#383533

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

Shades of Kilamanjaro #383533

Tints of Kilamanjaro #383533

Color information

#383533 (or 0x383533) is unknown color: approx Kilamanjaro. HEX triplet: 38, 35 and 33. RGB value is (56,53,51). Sum of RGB (Red+Green+Blue) = 56+53+51=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 56 - color contains mainly: red. Hex color #383533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383533 is #C7CACC. Grayscale: #353535. Windows color (decimal): -13093581 or 3355960. OLE color: 3355960.

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

Color convert

RGB565351-
CMYK00.050.090.78
HSL24º4.67%20.98%-
HSV(B)24º8.93%21.96%-
XYZ3.53.633.65-
YUV53.67126.49129.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=35%
G=33.12%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56535100.050.090.78244.6720.98
Hex3835330594E18515
Octal706563051111630525
Binary1110001101011100110101100110011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383533; }

 p { color: rgb(56,53,51); }

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

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

 a { background-color: rgb(56,53,51); }

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

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

 span { border-color: rgb(56,53,51); }

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