Html Css Color HEX #37342B Graphite

📋 copy color: '#37342B'

red 55 ◦ green 52 ◦ blue 43

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

Shades of Graphite #37342B

Tints of Graphite #37342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 36.67%
G = 34.67%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#37342B (or 0x37342B) is known color: Graphite. HEX triplet: 37, 34 and 2B. RGB value is (55,52,43). Sum of RGB (Red+Green+Blue) = 55+52+43=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #37342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37342B is #C8CBD4. Grayscale: #333333. Windows color (decimal): -13159381 or 2831415. OLE color: 2831415.

HSL color Cylindrical-coordinate representation of color #37342B: hue angle of 45º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #37342B is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 43 -
CMYK 0 0.05 0.22 0.78
HSL 45º 0.12% 0.19% -
HSV(B) 45º 0.22% 0.22% -
XYZ 3.24 3.44 2.78 -
YUV 51.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 55 52 43 0 0.05 0.22 0.78 45 0.12 0.19
Hex 37 34 2B 0 5 16 4E 2D C 13
Octal 67 64 53 0 5 26 116 55 14 23
Binary 110111 110100 101011 0 101 10110 1001110 101101 1100 10011

Color Harmonies of #37342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37342B

Black with #37342B

Text Example


Text Example

White with #37342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37342B; }

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

 H1.HeaderClassName
 {
   color: #37342B;
 }
 .AnyTagClassName
 {
   color: #37342B;
 }
</style>

background-color css

<style>
 a { background-color: #37342B; }

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

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

border-color css

<style>
 span { border-color: #37342B; }

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

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