#030011

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

Shades of Black Russian #030011

Tints of Black Russian #030011

Color information

#030011 (or 0x030011) is unknown color: approx Black Russian. HEX triplet: 03, 00 and 11. RGB value is (3,0,17). Sum of RGB (Red+Green+Blue) = 3+0+17=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 0 (0.39% from 255 or 0% from 20); Blue value is 17 (7.03% from 255 or 85% from 20); Max value from RGB is 17 - color contains mainly: blue. Hex color #030011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030011 is #FCFFEE. Grayscale: #020202. Windows color (decimal): -16580591 or 1114115. OLE color: 1114115.

HSL color Cylindrical-coordinate representation of color #030011: hue angle of 250.59º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030011 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3017-
CMYK0.82100.93
HSL250.59º100%3.33%-
HSV(B)250.59º100%6.67%-
XYZ0.140.060.53-
YUV2.84135.99128.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 85%
R=15%
G=0%
B=85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal30170.82100.93250.591003.33
Hex3011526405Dfb643
Octal302112214401353731443
Binary11010001101001011001000101110111111011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030011; }

 p { color: rgb(3,0,17); }

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

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

 a { background-color: rgb(3,0,17); }

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

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

 span { border-color: rgb(3,0,17); }

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