Html Css Color HEX #383523 Graphite

📋 copy color: '#383523'

red 56 ◦ green 53 ◦ blue 35

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

Shades of Graphite #383523

Tints of Graphite #383523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.31%

R = 38.89%
G = 36.81%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#383523 (or 0x383523) is known color: Graphite. HEX triplet: 38, 35 and 23. RGB value is (56,53,35). Sum of RGB (Red+Green+Blue) = 56+53+35=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #383523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383523 is #C7CADC. Grayscale: #333333. Windows color (decimal): -13093597 or 2307384. OLE color: 2307384.

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

Color convert

RGB 56 53 35 -
CMYK 0 0.05 0.37 0.78
HSL 51.43º 0.23% 0.18% -
HSV(B) 51.43º 0.38% 0.22% -
XYZ 3.21 3.51 2.1 -
YUV 51.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 56 53 35 0 0.05 0.37 0.78 51.43 0.23 0.18
Hex 38 35 23 0 5 25 4E 33 17 12
Octal 70 65 43 0 5 45 116 63 27 22
Binary 111000 110101 100011 0 101 100101 1001110 110011 10111 10010

Color Harmonies of #383523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383523

Black with #383523

Text Example


Text Example

White with #383523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383523; }

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

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

background-color css

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

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

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

border-color css

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

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

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