Html Css Color HEX #373226 Graphite

📋 copy color: '#373226'

red 55 ◦ green 50 ◦ blue 38

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

Shades of Graphite #373226

Tints of Graphite #373226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 38 (15.23% from 255) = 26.57%

R = 38.46%
G = 34.97%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#373226 (or 0x373226) is known color: Graphite. HEX triplet: 37, 32 and 26. RGB value is (55,50,38). Sum of RGB (Red+Green+Blue) = 55+50+38=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #373226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373226 is #C8CDD9. Grayscale: #323232. Windows color (decimal): -13159898 or 2503223. OLE color: 2503223.

HSL color Cylindrical-coordinate representation of color #373226: hue angle of 42.35º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #373226 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 50 38 -
CMYK 0 0.09 0.31 0.78
HSL 42.35º 0.18% 0.18% -
HSV(B) 42.35º 0.31% 0.22% -
XYZ 3.07 3.23 2.3 -
YUV 50.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 55 50 38 0 0.09 0.31 0.78 42.35 0.18 0.18
Hex 37 32 26 0 9 1F 4E 2A 12 12
Octal 67 62 46 0 11 37 116 52 22 22
Binary 110111 110010 100110 0 1001 11111 1001110 101010 10010 10010

Color Harmonies of #373226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373226

Black with #373226

Text Example


Text Example

White with #373226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373226; }

 p { color: rgb(55,50,38); }

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

background-color css

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

 a { background-color: rgb(55,50,38); }

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

border-color css

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

 span { border-color: rgb(55,50,38); }

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