#302711

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

Shades of Black Magic #302711

Tints of Black Magic #302711

Color information

#302711 (or 0x302711) is unknown color: approx Black Magic. HEX triplet: 30, 27 and 11. RGB value is (48,39,17). Sum of RGB (Red+Green+Blue) = 48+39+17=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302711 is #CFD8EE. Grayscale: #272727. Windows color (decimal): -13621487 or 1124144. OLE color: 1124144.

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

Color convert

RGB483917-
CMYK00.190.650.81
HSL42.58º47.69%12.75%-
HSV(B)42.58º64.58%18.82%-
XYZ2.052.120.83-
YUV39.18115.48134.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=46.15%
G=37.5%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48391700.190.650.8142.5847.6912.75
Hex30271101341512b30d
Octal604721023101121536015
Binary11000010011110001010011100000110100011010111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302711; }

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

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

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

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

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

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

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

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