#30220B

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

Shades of Black Magic #30220B

Tints of Black Magic #30220B

Color information

#30220B (or 0x30220B) is unknown color: approx Black Magic. HEX triplet: 30, 22 and 0B. RGB value is (48,34,11). Sum of RGB (Red+Green+Blue) = 48+34+11=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #30220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30220B is #CFDDF4. Grayscale: #232323. Windows color (decimal): -13622773 or 729648. OLE color: 729648.

HSL color Cylindrical-coordinate representation of color #30220B: hue angle of 37.3º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30220B is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB483411-
CMYK00.290.770.81
HSL37.3º62.71%11.57%-
HSV(B)37.3º77.08%18.82%-
XYZ1.851.80.57-
YUV35.56114.14136.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=51.61%
G=36.56%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48341100.290.770.8137.362.7111.57
Hex3022B01D4D51253fc
Octal604213035115121457714
Binary1100001000101011011101100110110100011001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,34,11); }

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

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

 a { background-color: rgb(48,34,11); }

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

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

 span { border-color: rgb(48,34,11); }

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