#302B1E

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

Shades of Black Magic #302B1E

Tints of Black Magic #302B1E

Color information

#302B1E (or 0x302B1E) is unknown color: approx Black Magic. HEX triplet: 30, 2B and 1E. RGB value is (48,43,30). Sum of RGB (Red+Green+Blue) = 48+43+30=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B1E is #CFD4E1. Grayscale: #2B2B2B. Windows color (decimal): -13620450 or 1977136. OLE color: 1977136.

HSL color Cylindrical-coordinate representation of color #302B1E: hue angle of 43.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #302B1E is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB484330-
CMYK00.100.370.81
HSL43.33º23.08%15.29%-
HSV(B)43.33º37.5%18.82%-
XYZ2.322.451.58-
YUV43.01120.66131.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=39.67%
G=35.54%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48433000.100.370.8143.3323.0815.29
Hex302B1E0A25512b17f
Octal60533601245121532717
Binary11000010101111110010101001011010001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302B1E; }

 p { color: rgb(48,43,30); }

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

<style>
 a { background-color: #302B1E; }

 a { background-color: rgb(48,43,30); }

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

<style>
 span { border-color: #302B1E; }

 span { border-color: rgb(48,43,30); }

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