#03000B

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

Shades of Black Russian #03000B

Tints of Black Russian #03000B

Color information

#03000B (or 0x03000B) is unknown color: approx Black Russian. HEX triplet: 03, 00 and 0B. RGB value is (3,0,11). Sum of RGB (Red+Green+Blue) = 3+0+11=14 (1% of max value = 765). Red value is 3 (1.56% from 255 or 21.43% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 11 (4.69% from 255 or 78.57% from 14); Max value from RGB is 11 - color contains mainly: blue. Hex color #03000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03000B is #FCFFF4. Grayscale: #020202. Windows color (decimal): -16580597 or 720899. OLE color: 720899.

HSL color Cylindrical-coordinate representation of color #03000B: hue angle of 256.36º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03000B is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3011-
CMYK0.73100.96
HSL256.36º100%2.16%-
HSV(B)256.36º100%4.31%-
XYZ0.10.040.32-
YUV2.15132.99128.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 21.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 78.57%
R=21.43%
G=0%
B=78.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal30110.73100.96256.361002.16
Hex30B4964060100642
Octal301311114401404001442
Binary11010111001001110010001100000100000000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03000B; }

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

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

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

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

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

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

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

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