Html Css Color HEX #332F21 Graphite

📋 copy color: '#332F21'

red 51 ◦ green 47 ◦ blue 33

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

Shades of Graphite #332F21

Tints of Graphite #332F21

RGB

 RED value IS 51 (20.31% from 255) = 38.93%

 GREEN value IS 47 (18.75% from 255) = 35.88%

 BLUE value IS 33 (13.28% from 255) = 25.19%

R = 38.93%
G = 35.88%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#332F21 (or 0x332F21) is known color: Graphite. HEX triplet: 33, 2F and 21. RGB value is (51,47,33). Sum of RGB (Red+Green+Blue) = 51+47+33=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #332F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F21 is #CCD0DE. Grayscale: #2E2E2E. Windows color (decimal): -13422815 or 2174771. OLE color: 2174771.

HSL color Cylindrical-coordinate representation of color #332F21: hue angle of 46.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332F21 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 47 33 -
CMYK 0 0.08 0.35 0.8
HSL 46.67º 0.21% 0.16% -
HSV(B) 46.67º 0.35% 0.2% -
XYZ 2.66 2.85 1.85 -
YUV 46.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 51 47 33 0 0.08 0.35 0.8 46.67 0.21 0.16
Hex 33 2F 21 0 8 23 50 2F 15 10
Octal 63 57 41 0 10 43 120 57 25 20
Binary 110011 101111 100001 0 1000 100011 1010000 101111 10101 10000

Color Harmonies of #332F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F21

Black with #332F21

Text Example


Text Example

White with #332F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332F21; }

 p { color: rgb(51,47,33); }

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

background-color css

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

 a { background-color: rgb(51,47,33); }

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

border-color css

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

 span { border-color: rgb(51,47,33); }

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