Html Css Color HEX #37301A Graphite

📋 copy color: '#37301A'

red 55 ◦ green 48 ◦ blue 26

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

Shades of Graphite #37301A

Tints of Graphite #37301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

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

R = 42.64%
G = 37.21%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37301A (or 0x37301A) is known color: Graphite. HEX triplet: 37, 30 and 1A. RGB value is (55,48,26). Sum of RGB (Red+Green+Blue) = 55+48+26=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #37301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37301A is #C8CFE5. Grayscale: #2F2F2F. Windows color (decimal): -13160422 or 1716279. OLE color: 1716279.

HSL color Cylindrical-coordinate representation of color #37301A: hue angle of 45.52º 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 #37301A is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 48 26 -
CMYK 0 0.13 0.53 0.78
HSL 45.52º 0.36% 0.16% -
HSV(B) 45.52º 0.53% 0.22% -
XYZ 2.82 3 1.41 -
YUV 47.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 55 48 26 0 0.13 0.53 0.78 45.52 0.36 0.16
Hex 37 30 1A 0 D 35 4E 2E 24 10
Octal 67 60 32 0 15 65 116 56 44 20
Binary 110111 110000 11010 0 1101 110101 1001110 101110 100100 10000

Color Harmonies of #37301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37301A

Black with #37301A

Text Example


Text Example

White with #37301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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