#302B23

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

Shades of Black Magic #302B23

Tints of Black Magic #302B23

Color information

#302B23 (or 0x302B23) is unknown color: approx Black Magic. HEX triplet: 30, 2B and 23. RGB value is (48,43,35). Sum of RGB (Red+Green+Blue) = 48+43+35=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B23 is #CFD4DC. Grayscale: #2B2B2B. Windows color (decimal): -13620445 or 2304816. OLE color: 2304816.

HSL color Cylindrical-coordinate representation of color #302B23: hue angle of 36.92º 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 #302B23 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB484335-
CMYK00.100.270.81
HSL36.92º15.66%16.27%-
HSV(B)36.92º27.08%18.82%-
XYZ2.392.481.94-
YUV43.58123.16131.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=38.10%
G=34.13%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48433500.100.270.8136.9215.6616.27
Hex302B230A1B51251010
Octal60534301233121452020
Binary110000101011100011010101101110100011001011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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