#302A23

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

Shades of Black Magic #302A23

Tints of Black Magic #302A23

Color information

#302A23 (or 0x302A23) is unknown color: approx Black Magic. HEX triplet: 30, 2A and 23. RGB value is (48,42,35). Sum of RGB (Red+Green+Blue) = 48+42+35=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A23 is #CFD5DC. Grayscale: #2B2B2B. Windows color (decimal): -13620701 or 2304560. OLE color: 2304560.

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

Color convert

RGB484235-
CMYK00.130.270.81
HSL32.31º15.66%16.27%-
HSV(B)32.31º27.08%18.82%-
XYZ2.352.411.93-
YUV43123.49131.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 35 (14.06% from 255) = 28%
R=38.4%
G=33.6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48423500.130.270.8132.3115.6616.27
Hex302A230D1B51201010
Octal60524301533121402020
Binary110000101010100011011011101110100011000001000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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