Html Css Color HEX #383215 Graphite

📋 copy color: '#383215'

red 56 ◦ green 50 ◦ blue 21

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

Shades of Graphite #383215

Tints of Graphite #383215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 44.09%
G = 39.37%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#383215 (or 0x383215) is known color: Graphite. HEX triplet: 38, 32 and 15. RGB value is (56,50,21). Sum of RGB (Red+Green+Blue) = 56+50+21=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383215 is #C7CDEA. Grayscale: #303030. Windows color (decimal): -13094379 or 1389112. OLE color: 1389112.

HSL color Cylindrical-coordinate representation of color #383215: hue angle of 49.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #383215 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 21 -
CMYK 0 0.11 0.63 0.78
HSL 49.71º 0.45% 0.15% -
HSV(B) 49.71º 0.63% 0.22% -
XYZ 2.91 3.18 1.17 -
YUV 48.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 56 50 21 0 0.11 0.63 0.78 49.71 0.45 0.15
Hex 38 32 15 0 B 3F 4E 32 2D F
Octal 70 62 25 0 13 77 116 62 55 17
Binary 111000 110010 10101 0 1011 111111 1001110 110010 101101 1111

Color Harmonies of #383215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383215

Black with #383215

Text Example


Text Example

White with #383215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383215; }

 p { color: rgb(56,50,21); }

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

background-color css

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

 a { background-color: rgb(56,50,21); }

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

border-color css

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

 span { border-color: rgb(56,50,21); }

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