Html Css Color HEX #383527 Graphite

📋 copy color: '#383527'

red 56 ◦ green 53 ◦ blue 39

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

Shades of Graphite #383527

Tints of Graphite #383527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.35%

R = 37.84%
G = 35.81%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#383527 (or 0x383527) is known color: Graphite. HEX triplet: 38, 35 and 27. RGB value is (56,53,39). Sum of RGB (Red+Green+Blue) = 56+53+39=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #383527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383527 is #C7CAD8. Grayscale: #343434. Windows color (decimal): -13093593 or 2569528. OLE color: 2569528.

HSL color Cylindrical-coordinate representation of color #383527: hue angle of 49.41º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383527 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 39 -
CMYK 0 0.05 0.30 0.78
HSL 49.41º 0.18% 0.19% -
HSV(B) 49.41º 0.3% 0.22% -
XYZ 3.27 3.53 2.43 -
YUV 52.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 56 53 39 0 0.05 0.30 0.78 49.41 0.18 0.19
Hex 38 35 27 0 5 1E 4E 31 12 13
Octal 70 65 47 0 5 36 116 61 22 23
Binary 111000 110101 100111 0 101 11110 1001110 110001 10010 10011

Color Harmonies of #383527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383527

Black with #383527

Text Example


Text Example

White with #383527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383527; }

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

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

background-color css

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

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

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

border-color css

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

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

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