#33250F

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

Shades of Black Magic #33250F

Tints of Black Magic #33250F

Color information

#33250F (or 0x33250F) is unknown color: approx Black Magic. HEX triplet: 33, 25 and 0F. RGB value is (51,37,15). Sum of RGB (Red+Green+Blue) = 51+37+15=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #33250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33250F is #CCDAF0. Grayscale: #262626. Windows color (decimal): -13425393 or 992563. OLE color: 992563.

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

Color convert

RGB513715-
CMYK00.270.710.8
HSL36.67º54.55%12.94%-
HSV(B)36.67º70.59%20%-
XYZ2.112.060.74-
YUV38.68114.64136.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=49.51%
G=35.92%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51371500.270.710.836.6754.5512.94
Hex3325F01B47502537d
Octal634517033107120456715
Binary1100111001011111011011100011110100001001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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