#383432

Color #383432 Kilamanjaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kilamanjaro #383432

Tints of Kilamanjaro #383432

Color information

#383432 (or 0x383432) is unknown color: approx Kilamanjaro. HEX triplet: 38, 34 and 32. RGB value is (56,52,50). Sum of RGB (Red+Green+Blue) = 56+52+50=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #383432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383432 is #C7CBCD. Grayscale: #343434. Windows color (decimal): -13093838 or 3290168. OLE color: 3290168.

HSL color Cylindrical-coordinate representation of color #383432: hue angle of 20º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383432 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB565250-
CMYK00.070.110.78
HSL20º5.66%20.78%-
HSV(B)20º10.71%21.96%-
XYZ3.433.533.52-
YUV52.97126.33130.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=35.44%
G=32.91%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56525000.070.110.78205.6620.78
Hex38343207B4E14615
Octal706462071311624625
Binary1110001101001100100111101110011101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383432; }

 p { color: rgb(56,52,50); }

 H1.HeaderClassName
 {
   color: #383432;
 }
 .AnyTagClassName
 {
   color: #383432;
 }
</style>
background-color css

<style>
 a { background-color: #383432; }

 a { background-color: rgb(56,52,50); }

 div.DivClassName
 {
   background-color: #383432;
 }
 .BgClassName
 {
   background-color: #383432;
 }
</style>
border-color css

<style>
 span { border-color: #383432; }

 span { border-color: rgb(56,52,50); }

 td.TdClassName
 {
   border-color: #383432;
 }
 .TagClassName
 {
   border-color: #383432;
 }
</style>