#363331

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

Shades of Kilamanjaro #363331

Tints of Kilamanjaro #363331

Color information

#363331 (or 0x363331) is unknown color: approx Kilamanjaro. HEX triplet: 36, 33 and 31. RGB value is (54,51,49). Sum of RGB (Red+Green+Blue) = 54+51+49=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 54 - color contains mainly: red. Hex color #363331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363331 is #C9CCCE. Grayscale: #333333. Windows color (decimal): -13225167 or 3224374. OLE color: 3224374.

HSL color Cylindrical-coordinate representation of color #363331: hue angle of 24º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #363331 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB545149-
CMYK00.060.090.79
HSL24º4.85%20.2%-
HSV(B)24º9.26%21.18%-
XYZ3.263.373.39-
YUV51.67126.49129.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=35.06%
G=33.12%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54514900.060.090.79244.8520.2
Hex3633310694F18514
Octal666361061111730524
Binary1101101100111100010110100110011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363331; }

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

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

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

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

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

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

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

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