Html Css Color HEX #383529 Graphite

📋 copy color: '#383529'

red 56 ◦ green 53 ◦ blue 41

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

Shades of Graphite #383529

Tints of Graphite #383529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.33%

R = 37.33%
G = 35.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#383529 (or 0x383529) is known color: Graphite. HEX triplet: 38, 35 and 29. RGB value is (56,53,41). Sum of RGB (Red+Green+Blue) = 56+53+41=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #383529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383529 is #C7CAD6. Grayscale: #343434. Windows color (decimal): -13093591 or 2700600. OLE color: 2700600.

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

Color convert

RGB 56 53 41 -
CMYK 0 0.05 0.27 0.78
HSL 48º 0.15% 0.19% -
HSV(B) 48º 0.27% 0.22% -
XYZ 3.3 3.55 2.61 -
YUV 52.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 56 53 41 0 0.05 0.27 0.78 48 0.15 0.19
Hex 38 35 29 0 5 1B 4E 30 F 13
Octal 70 65 51 0 5 33 116 60 17 23
Binary 111000 110101 101001 0 101 11011 1001110 110000 1111 10011

Color Harmonies of #383529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383529

Black with #383529

Text Example


Text Example

White with #383529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383529; }

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

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

background-color css

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

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

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

border-color css

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

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

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