#302C27

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

Shades of Black Magic #302C27

Tints of Black Magic #302C27

Color information

#302C27 (or 0x302C27) is unknown color: approx Black Magic. HEX triplet: 30, 2C and 27. RGB value is (48,44,39). Sum of RGB (Red+Green+Blue) = 48+44+39=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #302C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C27 is #CFD3D8. Grayscale: #2C2C2C. Windows color (decimal): -13620185 or 2567216. OLE color: 2567216.

HSL color Cylindrical-coordinate representation of color #302C27: hue angle of 33.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302C27 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB484439-
CMYK00.080.190.81
HSL33.33º10.34%17.06%-
HSV(B)33.33º18.75%18.82%-
XYZ2.492.582.29-
YUV44.63124.83130.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=36.64%
G=33.59%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48443900.080.190.8133.3310.3417.06
Hex302C2708135121a11
Octal60544701023121411221
Binary11000010110010011101000100111010001100001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,44,39); }

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

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

 a { background-color: rgb(48,44,39); }

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

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

 span { border-color: rgb(48,44,39); }

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