Html Css Color HEX #37341C Graphite

📋 copy color: '#37341C'

red 55 ◦ green 52 ◦ blue 28

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

Shades of Graphite #37341C

Tints of Graphite #37341C

RGB

 RED value IS 55 (21.88% from 255) = 40.74%

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

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

R = 40.74%
G = 38.52%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37341C (or 0x37341C) is known color: Graphite. HEX triplet: 37, 34 and 1C. RGB value is (55,52,28). Sum of RGB (Red+Green+Blue) = 55+52+28=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37341C is #C8CBE3. Grayscale: #323232. Windows color (decimal): -13159396 or 1848375. OLE color: 1848375.

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

Color convert

RGB 55 52 28 -
CMYK 0 0.05 0.49 0.78
HSL 53.33º 0.33% 0.16% -
HSV(B) 53.33º 0.49% 0.22% -
XYZ 3.01 3.35 1.59 -
YUV 50.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 55 52 28 0 0.05 0.49 0.78 53.33 0.33 0.16
Hex 37 34 1C 0 5 31 4E 35 21 10
Octal 67 64 34 0 5 61 116 65 41 20
Binary 110111 110100 11100 0 101 110001 1001110 110101 100001 10000

Color Harmonies of #37341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37341C

Black with #37341C

Text Example


Text Example

White with #37341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,52,28); }

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

background-color css

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

 a { background-color: rgb(55,52,28); }

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

border-color css

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

 span { border-color: rgb(55,52,28); }

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