Html Css Color HEX #383425 Graphite

📋 copy color: '#383425'

red 56 ◦ green 52 ◦ blue 37

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

Shades of Graphite #383425

Tints of Graphite #383425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.86%

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

R = 38.62%
G = 35.86%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#383425 (or 0x383425) is known color: Graphite. HEX triplet: 38, 34 and 25. RGB value is (56,52,37). Sum of RGB (Red+Green+Blue) = 56+52+37=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383425 is #C7CBDA. Grayscale: #333333. Windows color (decimal): -13093851 or 2438200. OLE color: 2438200.

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

Color convert

RGB 56 52 37 -
CMYK 0 0.07 0.34 0.78
HSL 47.37º 0.2% 0.18% -
HSV(B) 47.37º 0.34% 0.22% -
XYZ 3.19 3.43 2.24 -
YUV 51.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 56 52 37 0 0.07 0.34 0.78 47.37 0.2 0.18
Hex 38 34 25 0 7 22 4E 2F 14 12
Octal 70 64 45 0 7 42 116 57 24 22
Binary 111000 110100 100101 0 111 100010 1001110 101111 10100 10010

Color Harmonies of #383425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383425

Black with #383425

Text Example


Text Example

White with #383425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383425; }

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

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

background-color css

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

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

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

border-color css

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

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

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