#302E2A

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

Shades of Black Magic #302E2A

Tints of Black Magic #302E2A

Color information

#302E2A (or 0x302E2A) is unknown color: approx Black Magic. HEX triplet: 30, 2E and 2A. RGB value is (48,46,42). Sum of RGB (Red+Green+Blue) = 48+46+42=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 48 - color contains mainly: red. Hex color #302E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E2A is #CFD1D5. Grayscale: #2E2E2E. Windows color (decimal): -13619670 or 2764336. OLE color: 2764336.

HSL color Cylindrical-coordinate representation of color #302E2A: hue angle of 40º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302E2A is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB484642-
CMYK00.040.130.81
HSL40º6.67%17.65%-
HSV(B)40º12.5%18.82%-
XYZ2.612.752.58-
YUV46.14125.66129.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=35.29%
G=33.82%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48464200.040.130.81406.6717.65
Hex302E2A04D5128712
Octal605652041512150722
Binary11000010111010101001001101101000110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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