#302A1F

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

Shades of Black Magic #302A1F

Tints of Black Magic #302A1F

Color information

#302A1F (or 0x302A1F) is unknown color: approx Black Magic. HEX triplet: 30, 2A and 1F. RGB value is (48,42,31). Sum of RGB (Red+Green+Blue) = 48+42+31=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 48 - color contains mainly: red. Hex color #302A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A1F is #CFD5E0. Grayscale: #2A2A2A. Windows color (decimal): -13620705 or 2042416. OLE color: 2042416.

HSL color Cylindrical-coordinate representation of color #302A1F: hue angle of 38.82º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #302A1F is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB484231-
CMYK00.130.350.81
HSL38.82º21.52%15.49%-
HSV(B)38.82º35.42%18.82%-
XYZ2.292.381.64-
YUV42.54121.49131.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.67%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=39.67%
G=34.71%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48423100.130.350.8138.8221.5215.49
Hex302A1F0D23512716f
Octal60523701543121472617
Binary11000010101011111011011000111010001100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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