#373331

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

Shades of Kilamanjaro #373331

Tints of Kilamanjaro #373331

Color information

#373331 (or 0x373331) is unknown color: approx Kilamanjaro. HEX triplet: 37, 33 and 31. RGB value is (55,51,49). Sum of RGB (Red+Green+Blue) = 55+51+49=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 55 - color contains mainly: red. Hex color #373331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373331 is #C8CCCE. Grayscale: #333333. Windows color (decimal): -13159631 or 3224375. OLE color: 3224375.

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

Color convert

RGB555149-
CMYK00.070.110.78
HSL20º5.77%20.39%-
HSV(B)20º10.91%21.57%-
XYZ3.313.43.39-
YUV51.97126.33130.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=35.48%
G=32.90%
B=31.61%

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
Decimal55514900.070.110.78205.7720.39
Hex37333107B4E14614
Octal676361071311624624
Binary1101111100111100010111101110011101010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373331; }

 p { color: rgb(55,51,49); }

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

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

 a { background-color: rgb(55,51,49); }

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

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

 span { border-color: rgb(55,51,49); }

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