#302A1E

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

Shades of Black Magic #302A1E

Tints of Black Magic #302A1E

Color information

#302A1E (or 0x302A1E) is unknown color: approx Black Magic. HEX triplet: 30, 2A and 1E. RGB value is (48,42,30). Sum of RGB (Red+Green+Blue) = 48+42+30=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A1E is #CFD5E1. Grayscale: #2A2A2A. Windows color (decimal): -13620706 or 1976880. OLE color: 1976880.

HSL color Cylindrical-coordinate representation of color #302A1E: hue angle of 40º 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 #302A1E is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB484230-
CMYK00.130.370.81
HSL40º23.08%15.29%-
HSV(B)40º37.5%18.82%-
XYZ2.282.381.57-
YUV42.43120.99131.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 30 (12.11% from 255) = 25%
R=40%
G=35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48423000.130.370.814023.0815.29
Hex302A1E0D25512817f
Octal60523601545121502717
Binary11000010101011110011011001011010001101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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