Html Css Color HEX #373429 Graphite

📋 copy color: '#373429'

red 55 ◦ green 52 ◦ blue 41

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

Shades of Graphite #373429

Tints of Graphite #373429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 37.16%
G = 35.14%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#373429 (or 0x373429) is known color: Graphite. HEX triplet: 37, 34 and 29. RGB value is (55,52,41). Sum of RGB (Red+Green+Blue) = 55+52+41=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 55 - color contains mainly: red. Hex color #373429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373429 is #C8CBD6. Grayscale: #333333. Windows color (decimal): -13159383 or 2700343. OLE color: 2700343.

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

Color convert

RGB 55 52 41 -
CMYK 0 0.05 0.25 0.78
HSL 47.14º 0.15% 0.19% -
HSV(B) 47.14º 0.25% 0.22% -
XYZ 3.2 3.43 2.59 -
YUV 51.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 55 52 41 0 0.05 0.25 0.78 47.14 0.15 0.19
Hex 37 34 29 0 5 19 4E 2F F 13
Octal 67 64 51 0 5 31 116 57 17 23
Binary 110111 110100 101001 0 101 11001 1001110 101111 1111 10011

Color Harmonies of #373429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373429

Black with #373429

Text Example


Text Example

White with #373429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373429; }

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

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

background-color css

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

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

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

border-color css

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

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

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