#302206

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

Shades of Black Magic #302206

Tints of Black Magic #302206

Color information

#302206 (or 0x302206) is unknown color: approx Black Magic. HEX triplet: 30, 22 and 06. RGB value is (48,34,6). Sum of RGB (Red+Green+Blue) = 48+34+6=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #302206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302206 is #CFDDF9. Grayscale: #232323. Windows color (decimal): -13622778 or 401968. OLE color: 401968.

HSL color Cylindrical-coordinate representation of color #302206: hue angle of 40º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #302206 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB48346-
CMYK00.290.870.81
HSL40º77.78%10.59%-
HSV(B)40º87.5%18.82%-
XYZ1.821.790.42-
YUV34.99111.64137.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 34 (13.67% from 255) = 38.64%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=54.55%
G=38.64%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4834600.290.870.814077.7810.59
Hex3022601D5751284eb
Octal604260351271215011613
Binary1100001000101100111011010111101000110100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302206; }

 p { color: rgb(48,34,6); }

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

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

 a { background-color: rgb(48,34,6); }

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

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

 span { border-color: rgb(48,34,6); }

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