#302C22

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

Shades of Black Magic #302C22

Tints of Black Magic #302C22

Color information

#302C22 (or 0x302C22) is unknown color: approx Black Magic. HEX triplet: 30, 2C and 22. RGB value is (48,44,34). Sum of RGB (Red+Green+Blue) = 48+44+34=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C22 is #CFD3DD. Grayscale: #2C2C2C. Windows color (decimal): -13620190 or 2239536. OLE color: 2239536.

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

Color convert

RGB484434-
CMYK00.080.290.81
HSL42.86º17.07%16.08%-
HSV(B)42.86º29.17%18.82%-
XYZ2.412.551.88-
YUV44.06122.33130.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 44 (17.58% from 255) = 34.92%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=38.10%
G=34.92%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48443400.080.290.8142.8617.0716.08
Hex302C22081D512b1110
Octal60544201035121532120
Binary110000101100100010010001110110100011010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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