#302A1B

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

Shades of Black Magic #302A1B

Tints of Black Magic #302A1B

Color information

#302A1B (or 0x302A1B) is unknown color: approx Black Magic. HEX triplet: 30, 2A and 1B. RGB value is (48,42,27). Sum of RGB (Red+Green+Blue) = 48+42+27=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A1B is #CFD5E4. Grayscale: #2A2A2A. Windows color (decimal): -13620709 or 1780272. OLE color: 1780272.

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

Color convert

RGB484227-
CMYK00.130.440.81
HSL42.86º28%14.71%-
HSV(B)42.86º43.75%18.82%-
XYZ2.242.361.37-
YUV42.08119.49132.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=41.03%
G=35.90%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48422700.130.440.8142.862814.71
Hex302A1B0D2C512b1cf
Octal60523301554121533417
Binary11000010101011011011011011001010001101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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