Html Css Color HEX #383330 Kilamanjaro

📋 copy color: '#383330'

red 56 ◦ green 51 ◦ blue 48

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

Shades of Kilamanjaro #383330

Tints of Kilamanjaro #383330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 48 (19.14% from 255) = 30.97%

R = 36.13%
G = 32.9%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#383330 (or 0x383330) is known color: 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

RGB 56 51 48 -
CMYK 0 0.09 0.14 0.78
HSL 22.5º 0.08% 0.2% -
HSV(B) 22.5º 0.14% 0.22% -
XYZ 3.35 3.42 3.28 -
YUV 52.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 56 51 48 0 0.09 0.14 0.78 22.5 0.08 0.2
Hex 38 33 30 0 9 E 4E 16 8 14
Octal 70 63 60 0 11 16 116 26 10 24
Binary 111000 110011 110000 0 1001 1110 1001110 10110 1000 10100

Color Harmonies of #383330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383330

Black with #383330

Text Example


Text Example

White with #383330

Text Example


Text Example

HTML Codes & Css Web 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>