#302B24

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

Shades of Black Magic #302B24

Tints of Black Magic #302B24

Color information

#302B24 (or 0x302B24) is unknown color: approx Black Magic. HEX triplet: 30, 2B and 24. RGB value is (48,43,36). Sum of RGB (Red+Green+Blue) = 48+43+36=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B24 is #CFD4DB. Grayscale: #2B2B2B. Windows color (decimal): -13620444 or 2370352. OLE color: 2370352.

HSL color Cylindrical-coordinate representation of color #302B24: hue angle of 35º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302B24 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB484336-
CMYK00.100.250.81
HSL35º14.29%16.47%-
HSV(B)35º25%18.82%-
XYZ2.42.482.02-
YUV43.7123.66131.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 43 (17.19% from 255) = 33.86%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=37.80%
G=33.86%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48433600.100.250.813514.2916.47
Hex302B240A195123e10
Octal60534401231121431620
Binary11000010101110010001010110011010001100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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