Html Css Color HEX #37341E Graphite

📋 copy color: '#37341E'

red 55 ◦ green 52 ◦ blue 30

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

Shades of Graphite #37341E

Tints of Graphite #37341E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 40.15%
G = 37.96%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#37341E (or 0x37341E) is known color: Graphite. HEX triplet: 37, 34 and 1E. RGB value is (55,52,30). Sum of RGB (Red+Green+Blue) = 55+52+30=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #37341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37341E is #C8CBE1. Grayscale: #323232. Windows color (decimal): -13159394 or 1979447. OLE color: 1979447.

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

Color convert

RGB 55 52 30 -
CMYK 0 0.05 0.45 0.78
HSL 52.8º 0.29% 0.17% -
HSV(B) 52.8º 0.45% 0.22% -
XYZ 3.04 3.36 1.72 -
YUV 50.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 55 52 30 0 0.05 0.45 0.78 52.8 0.29 0.17
Hex 37 34 1E 0 5 2D 4E 35 1D 11
Octal 67 64 36 0 5 55 116 65 35 21
Binary 110111 110100 11110 0 101 101101 1001110 110101 11101 10001

Color Harmonies of #37341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37341E

Black with #37341E

Text Example


Text Example

White with #37341E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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