#33291B

Color #33291B Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #33291B

Tints of Black Magic #33291B

Color information

#33291B (or 0x33291B) is unknown color: approx Black Magic. HEX triplet: 33, 29 and 1B. RGB value is (51,41,27). Sum of RGB (Red+Green+Blue) = 51+41+27=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #33291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33291B is #CCD6E4. Grayscale: #2A2A2A. Windows color (decimal): -13424357 or 1780019. OLE color: 1780019.

HSL color Cylindrical-coordinate representation of color #33291B: hue angle of 35º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33291B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB514127-
CMYK00.200.470.8
HSL35º30.77%15.29%-
HSV(B)35º47.06%20%-
XYZ2.362.371.37-
YUV42.39119.31134.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=42.86%
G=34.45%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51412700.200.470.83530.7715.29
Hex33291B0142F50231ff
Octal63513302457120433717
Binary110011101001110110101001011111010000100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33291B; }

 p { color: rgb(51,41,27); }

 H1.HeaderClassName
 {
   color: #33291B;
 }
 .AnyTagClassName
 {
   color: #33291B;
 }
</style>
background-color css

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

 a { background-color: rgb(51,41,27); }

 div.DivClassName
 {
   background-color: #33291B;
 }
 .BgClassName
 {
   background-color: #33291B;
 }
</style>
border-color css

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

 span { border-color: rgb(51,41,27); }

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