Html Css Color HEX #38351C Graphite

📋 copy color: '#38351C'

red 56 ◦ green 53 ◦ blue 28

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

Shades of Graphite #38351C

Tints of Graphite #38351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 40.88%
G = 38.69%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38351C (or 0x38351C) is known color: Graphite. HEX triplet: 38, 35 and 1C. RGB value is (56,53,28). Sum of RGB (Red+Green+Blue) = 56+53+28=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351C is #C7CAE3. Grayscale: #333333. Windows color (decimal): -13093604 or 1848632. OLE color: 1848632.

HSL color Cylindrical-coordinate representation of color #38351C: hue angle of 53.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38351C is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 28 -
CMYK 0 0.05 0.50 0.78
HSL 53.57º 0.33% 0.16% -
HSV(B) 53.57º 0.5% 0.22% -
XYZ 3.11 3.47 1.6 -
YUV 51.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 56 53 28 0 0.05 0.50 0.78 53.57 0.33 0.16
Hex 38 35 1C 0 5 32 4E 36 21 10
Octal 70 65 34 0 5 62 116 66 41 20
Binary 111000 110101 11100 0 101 110010 1001110 110110 100001 10000

Color Harmonies of #38351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38351C

Black with #38351C

Text Example


Text Example

White with #38351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38351C; }

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

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

background-color css

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

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

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

border-color css

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

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

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