#33250B

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

Shades of Black Magic #33250B

Tints of Black Magic #33250B

Color information

#33250B (or 0x33250B) is unknown color: approx Black Magic. HEX triplet: 33, 25 and 0B. RGB value is (51,37,11). Sum of RGB (Red+Green+Blue) = 51+37+11=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #33250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33250B is #CCDAF4. Grayscale: #262626. Windows color (decimal): -13425397 or 730419. OLE color: 730419.

HSL color Cylindrical-coordinate representation of color #33250B: hue angle of 39º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33250B is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.8.

Color convert

RGB513711-
CMYK00.270.780.8
HSL39º64.52%12.16%-
HSV(B)39º78.43%20%-
XYZ2.092.050.6-
YUV38.22112.64137.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=51.52%
G=37.37%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51371100.270.780.83964.5212.16
Hex3325B01B4E502741c
Octal6345130331161204710114
Binary11001110010110110110111001110101000010011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,37,11); }

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

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

 a { background-color: rgb(51,37,11); }

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

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

 span { border-color: rgb(51,37,11); }

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