Html Css Color HEX #383328 Graphite

📋 copy color: '#383328'

red 56 ◦ green 51 ◦ blue 40

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

Shades of Graphite #383328

Tints of Graphite #383328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 38.1%
G = 34.69%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#383328 (or 0x383328) is known color: Graphite. HEX triplet: 38, 33 and 28. RGB value is (56,51,40). Sum of RGB (Red+Green+Blue) = 56+51+40=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #383328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383328 is #C7CCD7. Grayscale: #333333. Windows color (decimal): -13094104 or 2634552. OLE color: 2634552.

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

Color convert

RGB 56 51 40 -
CMYK 0 0.09 0.29 0.78
HSL 41.25º 0.17% 0.19% -
HSV(B) 41.25º 0.29% 0.22% -
XYZ 3.2 3.36 2.49 -
YUV 51.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 56 51 40 0 0.09 0.29 0.78 41.25 0.17 0.19
Hex 38 33 28 0 9 1D 4E 29 11 13
Octal 70 63 50 0 11 35 116 51 21 23
Binary 111000 110011 101000 0 1001 11101 1001110 101001 10001 10011

Color Harmonies of #383328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383328

Black with #383328

Text Example


Text Example

White with #383328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383328; }

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

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

background-color css

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

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

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

border-color css

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

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

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