Html Css Color HEX #383316 Graphite

📋 copy color: '#383316'

red 56 ◦ green 51 ◦ blue 22

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

Shades of Graphite #383316

Tints of Graphite #383316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.05%

R = 43.41%
G = 39.53%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#383316 (or 0x383316) is known color: Graphite. HEX triplet: 38, 33 and 16. RGB value is (56,51,22). Sum of RGB (Red+Green+Blue) = 56+51+22=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #383316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383316 is #C7CCE9. Grayscale: #313131. Windows color (decimal): -13094122 or 1454904. OLE color: 1454904.

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

Color convert

RGB 56 51 22 -
CMYK 0 0.09 0.61 0.78
HSL 51.18º 0.44% 0.15% -
HSV(B) 51.18º 0.61% 0.22% -
XYZ 2.96 3.27 1.23 -
YUV 49.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 56 51 22 0 0.09 0.61 0.78 51.18 0.44 0.15
Hex 38 33 16 0 9 3D 4E 33 2C F
Octal 70 63 26 0 11 75 116 63 54 17
Binary 111000 110011 10110 0 1001 111101 1001110 110011 101100 1111

Color Harmonies of #383316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383316

Black with #383316

Text Example


Text Example

White with #383316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383316; }

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

 H1.HeaderClassName
 {
   color: #383316;
 }
 .AnyTagClassName
 {
   color: #383316;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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