Html Css Color HEX #383528 Graphite

📋 copy color: '#383528'

red 56 ◦ green 53 ◦ blue 40

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

Shades of Graphite #383528

Tints of Graphite #383528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

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

R = 37.58%
G = 35.57%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#383528 (or 0x383528) is known color: Graphite. HEX triplet: 38, 35 and 28. RGB value is (56,53,40). Sum of RGB (Red+Green+Blue) = 56+53+40=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #383528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383528 is #C7CAD7. Grayscale: #343434. Windows color (decimal): -13093592 or 2635064. OLE color: 2635064.

HSL color Cylindrical-coordinate representation of color #383528: hue angle of 48.75º 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 #383528 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 40 -
CMYK 0 0.05 0.29 0.78
HSL 48.75º 0.17% 0.19% -
HSV(B) 48.75º 0.29% 0.22% -
XYZ 3.29 3.54 2.52 -
YUV 52.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 56 53 40 0 0.05 0.29 0.78 48.75 0.17 0.19
Hex 38 35 28 0 5 1D 4E 31 11 13
Octal 70 65 50 0 5 35 116 61 21 23
Binary 111000 110101 101000 0 101 11101 1001110 110001 10001 10011

Color Harmonies of #383528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383528

Black with #383528

Text Example


Text Example

White with #383528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383528; }

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

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

background-color css

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

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

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

border-color css

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

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

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