Html Css Color HEX #332E1D Graphite

📋 copy color: '#332E1D'

red 51 ◦ green 46 ◦ blue 29

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

Shades of Graphite #332E1D

Tints of Graphite #332E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.51%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 40.48%
G = 36.51%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#332E1D (or 0x332E1D) is known color: Graphite. HEX triplet: 33, 2E and 1D. RGB value is (51,46,29). Sum of RGB (Red+Green+Blue) = 51+46+29=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #332E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E1D is #CCD1E2. Grayscale: #2D2D2D. Windows color (decimal): -13423075 or 1912371. OLE color: 1912371.

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

Color convert

RGB 51 46 29 -
CMYK 0 0.10 0.43 0.8
HSL 46.36º 0.28% 0.16% -
HSV(B) 46.36º 0.43% 0.2% -
XYZ 2.56 2.75 1.56 -
YUV 45.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 51 46 29 0 0.10 0.43 0.8 46.36 0.28 0.16
Hex 33 2E 1D 0 A 2B 50 2E 1C 10
Octal 63 56 35 0 12 53 120 56 34 20
Binary 110011 101110 11101 0 1010 101011 1010000 101110 11100 10000

Color Harmonies of #332E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E1D

Black with #332E1D

Text Example


Text Example

White with #332E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,29); }

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

background-color css

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

 a { background-color: rgb(51,46,29); }

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

border-color css

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

 span { border-color: rgb(51,46,29); }

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