#383330

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

Shades of Kilamanjaro #383330

Tints of Kilamanjaro #383330

Color information

#383330 (or 0x383330) is unknown color: approx Kilamanjaro. HEX triplet: 38, 33 and 30. RGB value is (56,51,48). Sum of RGB (Red+Green+Blue) = 56+51+48=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #383330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383330 is #C7CCCF. Grayscale: #343434. Windows color (decimal): -13094096 or 3158840. OLE color: 3158840.

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

Color convert

RGB565148-
CMYK00.090.140.78
HSL22.5º7.69%20.39%-
HSV(B)22.5º14.29%21.96%-
XYZ3.353.423.28-
YUV52.15125.66130.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=36.13%
G=32.90%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56514800.090.140.7822.57.6920.39
Hex38333009E4E17814
Octal70636001116116271024
Binary111000110011110000010011110100111010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383330; }

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

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

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

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

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

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

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

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