Html Css Color HEX #383431 Kilamanjaro

📋 copy color: '#383431'

red 56 ◦ green 52 ◦ blue 49

#383431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kilamanjaro #383431

Tints of Kilamanjaro #383431

RGB

 RED value IS 56 (22.27% from 255) = 35.67%

 GREEN value IS 52 (20.7% from 255) = 33.12%

 BLUE value IS 49 (19.53% from 255) = 31.21%

R = 35.67%
G = 33.12%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#383431 (or 0x383431) is known color: Kilamanjaro. HEX triplet: 38, 34 and 31. RGB value is (56,52,49). Sum of RGB (Red+Green+Blue) = 56+52+49=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #383431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383431 is #C7CBCE. Grayscale: #343434. Windows color (decimal): -13093839 or 3224632. OLE color: 3224632.

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

Color convert

RGB 56 52 49 -
CMYK 0 0.07 0.12 0.78
HSL 25.71º 0.07% 0.21% -
HSV(B) 25.71º 0.13% 0.22% -
XYZ 3.41 3.52 3.4 -
YUV 52.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 56 52 49 0 0.07 0.12 0.78 25.71 0.07 0.21
Hex 38 34 31 0 7 C 4E 1A 7 15
Octal 70 64 61 0 7 14 116 32 7 25
Binary 111000 110100 110001 0 111 1100 1001110 11010 111 10101

Color Harmonies of #383431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383431

Black with #383431

Text Example


Text Example

White with #383431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383431; }

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

 H1.HeaderClassName
 {
   color: #383431;
 }
 .AnyTagClassName
 {
   color: #383431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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