#30260E

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

Shades of Black Magic #30260E

Tints of Black Magic #30260E

Color information

#30260E (or 0x30260E) is unknown color: approx Black Magic. HEX triplet: 30, 26 and 0E. RGB value is (48,38,14). Sum of RGB (Red+Green+Blue) = 48+38+14=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30260E is #CFD9F1. Grayscale: #262626. Windows color (decimal): -13621746 or 927280. OLE color: 927280.

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

Color convert

RGB483814-
CMYK00.210.710.81
HSL42.35º54.84%12.16%-
HSV(B)42.35º70.83%18.82%-
XYZ1.992.050.71-
YUV38.25114.31134.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 14 (5.86% from 255) = 14%
R=48%
G=38%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48381400.210.710.8142.3554.8412.16
Hex3026E01547512a37c
Octal604616025107121526714
Binary1100001001101110010101100011110100011010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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