Html Css Color HEX #37331A Graphite

📋 copy color: '#37331A'

red 55 ◦ green 51 ◦ blue 26

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

Shades of Graphite #37331A

Tints of Graphite #37331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 41.67%
G = 38.64%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37331A (or 0x37331A) is known color: Graphite. HEX triplet: 37, 33 and 1A. RGB value is (55,51,26). Sum of RGB (Red+Green+Blue) = 55+51+26=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #37331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37331A is #C8CCE5. Grayscale: #313131. Windows color (decimal): -13159654 or 1717047. OLE color: 1717047.

HSL color Cylindrical-coordinate representation of color #37331A: hue angle of 51.72º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37331A is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 51 26 -
CMYK 0 0.07 0.53 0.78
HSL 51.72º 0.36% 0.16% -
HSV(B) 51.72º 0.53% 0.22% -
XYZ 2.95 3.25 1.45 -
YUV 49.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 55 51 26 0 0.07 0.53 0.78 51.72 0.36 0.16
Hex 37 33 1A 0 7 35 4E 34 24 10
Octal 67 63 32 0 7 65 116 64 44 20
Binary 110111 110011 11010 0 111 110101 1001110 110100 100100 10000

Color Harmonies of #37331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37331A

Black with #37331A

Text Example


Text Example

White with #37331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37331A; }

 p { color: rgb(55,51,26); }

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

background-color css

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

 a { background-color: rgb(55,51,26); }

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

border-color css

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

 span { border-color: rgb(55,51,26); }

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