#302919

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

Shades of Black Magic #302919

Tints of Black Magic #302919

Color information

#302919 (or 0x302919) is unknown color: approx Black Magic. HEX triplet: 30, 29 and 19. RGB value is (48,41,25). Sum of RGB (Red+Green+Blue) = 48+41+25=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #302919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302919 is #CFD6E6. Grayscale: #292929. Windows color (decimal): -13620967 or 1648944. OLE color: 1648944.

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

Color convert

RGB484125-
CMYK00.150.480.81
HSL41.74º31.51%14.31%-
HSV(B)41.74º47.92%18.82%-
XYZ2.192.281.25-
YUV41.27118.82132.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 41 (16.41% from 255) = 35.96%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=42.11%
G=35.96%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48412500.150.480.8141.7431.5114.31
Hex3029190F30512a20e
Octal60513101760121524016
Binary110000101001110010111111000010100011010101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302919; }

 p { color: rgb(48,41,25); }

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

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

 a { background-color: rgb(48,41,25); }

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

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

 span { border-color: rgb(48,41,25); }

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