Html Css Color HEX #383325 Graphite

📋 copy color: '#383325'

red 56 ◦ green 51 ◦ blue 37

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

Shades of Graphite #383325

Tints of Graphite #383325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 38.89%
G = 35.42%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#383325 (or 0x383325) is known color: Graphite. HEX triplet: 38, 33 and 25. RGB value is (56,51,37). Sum of RGB (Red+Green+Blue) = 56+51+37=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383325 is #C7CCDA. Grayscale: #323232. Windows color (decimal): -13094107 or 2437944. OLE color: 2437944.

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

Color convert

RGB 56 51 37 -
CMYK 0 0.09 0.34 0.78
HSL 44.21º 0.2% 0.18% -
HSV(B) 44.21º 0.34% 0.22% -
XYZ 3.15 3.34 2.23 -
YUV 50.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 56 51 37 0 0.09 0.34 0.78 44.21 0.2 0.18
Hex 38 33 25 0 9 22 4E 2C 14 12
Octal 70 63 45 0 11 42 116 54 24 22
Binary 111000 110011 100101 0 1001 100010 1001110 101100 10100 10010

Color Harmonies of #383325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383325

Black with #383325

Text Example


Text Example

White with #383325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383325; }

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

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

background-color css

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

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

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

border-color css

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

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

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