Html Css Color HEX #383525 Graphite

📋 copy color: '#383525'

red 56 ◦ green 53 ◦ blue 37

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

Shades of Graphite #383525

Tints of Graphite #383525

RGB

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

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

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

R = 38.36%
G = 36.3%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#383525 (or 0x383525) is known color: Graphite. HEX triplet: 38, 35 and 25. RGB value is (56,53,37). Sum of RGB (Red+Green+Blue) = 56+53+37=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #383525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383525 is #C7CADA. Grayscale: #343434. Windows color (decimal): -13093595 or 2438456. OLE color: 2438456.

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

Color convert

RGB 56 53 37 -
CMYK 0 0.05 0.34 0.78
HSL 50.53º 0.2% 0.18% -
HSV(B) 50.53º 0.34% 0.22% -
XYZ 3.24 3.52 2.26 -
YUV 52.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 56 53 37 0 0.05 0.34 0.78 50.53 0.2 0.18
Hex 38 35 25 0 5 22 4E 33 14 12
Octal 70 65 45 0 5 42 116 63 24 22
Binary 111000 110101 100101 0 101 100010 1001110 110011 10100 10010

Color Harmonies of #383525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383525

Black with #383525

Text Example


Text Example

White with #383525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383525; }

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

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

background-color css

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

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

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

border-color css

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

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

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