#30260F

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

Shades of Black Magic #30260F

Tints of Black Magic #30260F

Color information

#30260F (or 0x30260F) is unknown color: approx Black Magic. HEX triplet: 30, 26 and 0F. RGB value is (48,38,15). Sum of RGB (Red+Green+Blue) = 48+38+15=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30260F is #CFD9F0. Grayscale: #262626. Windows color (decimal): -13621745 or 992816. OLE color: 992816.

HSL color Cylindrical-coordinate representation of color #30260F: hue angle of 41.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30260F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB483815-
CMYK00.210.690.81
HSL41.82º52.38%12.35%-
HSV(B)41.82º68.75%18.82%-
XYZ22.050.74-
YUV38.37114.81134.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 38 (15.23% from 255) = 37.62%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=47.52%
G=37.62%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48381500.210.690.8141.8252.3812.35
Hex3026F01545512a34c
Octal604617025105121526414
Binary1100001001101111010101100010110100011010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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