Html Css Color HEX #332E1E Graphite

📋 copy color: '#332E1E'

red 51 ◦ green 46 ◦ blue 30

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

Shades of Graphite #332E1E

Tints of Graphite #332E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.62%

R = 40.16%
G = 36.22%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.8

RGB Variations

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

Color information

#332E1E (or 0x332E1E) is known color: Graphite. HEX triplet: 33, 2E and 1E. RGB value is (51,46,30). Sum of RGB (Red+Green+Blue) = 51+46+30=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #332E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E1E is #CCD1E1. Grayscale: #2D2D2D. Windows color (decimal): -13423074 or 1977907. OLE color: 1977907.

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

Color convert

RGB 51 46 30 -
CMYK 0 0.10 0.41 0.8
HSL 45.71º 0.26% 0.16% -
HSV(B) 45.71º 0.41% 0.2% -
XYZ 2.58 2.75 1.62 -
YUV 45.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 51 46 30 0 0.10 0.41 0.8 45.71 0.26 0.16
Hex 33 2E 1E 0 A 29 50 2E 1A 10
Octal 63 56 36 0 12 51 120 56 32 20
Binary 110011 101110 11110 0 1010 101001 1010000 101110 11010 10000

Color Harmonies of #332E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E1E

Black with #332E1E

Text Example


Text Example

White with #332E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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