Html Css Color HEX #332200 Black Magic

📋 copy color: '#332200'

red 51 ◦ green 34 ◦ blue 0

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

Shades of Black Magic #332200

Tints of Black Magic #332200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 40%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#332200 (or 0x332200) is known color: Black Magic. HEX triplet: 33, 22 and 00. RGB value is (51,34,0). Sum of RGB (Red+Green+Blue) = 51+34+0=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #332200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332200 is #CCDDFF. Grayscale: #232323. Windows color (decimal): -13426176 or 8755. OLE color: 8755.

HSL color Cylindrical-coordinate representation of color #332200: hue angle of 40º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #332200 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 34 0 -
CMYK 0 0.33 1 0.8
HSL 40º 1% 0.1% -
HSV(B) 40º 1% 0.2% -
XYZ 1.94 1.85 0.25 -
YUV 35.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 51 34 0 0 0.33 1 0.8 40 1 0.1
Hex 33 22 0 0 21 64 50 28 64 A
Octal 63 42 0 0 41 144 120 50 144 12
Binary 110011 100010 0 0 100001 1100100 1010000 101000 1100100 1010

Color Harmonies of #332200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332200

Black with #332200

Text Example


Text Example

White with #332200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332200; }

 p { color: rgb(51,34,0); }

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

background-color css

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

 a { background-color: rgb(51,34,0); }

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

border-color css

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

 span { border-color: rgb(51,34,0); }

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