#30260B

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

Shades of Black Magic #30260B

Tints of Black Magic #30260B

Color information

#30260B (or 0x30260B) is unknown color: approx Black Magic. HEX triplet: 30, 26 and 0B. RGB value is (48,38,11). Sum of RGB (Red+Green+Blue) = 48+38+11=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30260B is #CFD9F4. Grayscale: #262626. Windows color (decimal): -13621749 or 730672. OLE color: 730672.

HSL color Cylindrical-coordinate representation of color #30260B: hue angle of 43.78º 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 #30260B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB483811-
CMYK00.210.770.81
HSL43.78º62.71%11.57%-
HSV(B)43.78º77.08%18.82%-
XYZ1.972.040.61-
YUV37.91112.81135.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=49.48%
G=39.18%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48381100.210.770.8143.7862.7111.57
Hex3026B0154D512c3fc
Octal604613025115121547714
Binary1100001001101011010101100110110100011011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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