#03010E

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

Shades of Black Russian #03010E

Tints of Black Russian #03010E

Color information

#03010E (or 0x03010E) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 0E. RGB value is (3,1,14). Sum of RGB (Red+Green+Blue) = 3+1+14=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 14 (5.86% from 255 or 77.78% from 18); Max value from RGB is 14 - color contains mainly: blue. Hex color #03010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03010E is #FCFEF1. Grayscale: #030303. Windows color (decimal): -16580338 or 917763. OLE color: 917763.

HSL color Cylindrical-coordinate representation of color #03010E: hue angle of 249.23º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03010E is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB3114-
CMYK0.790.9300.95
HSL249.23º86.67%2.94%-
HSV(B)249.23º92.86%5.49%-
XYZ0.130.070.42-
YUV3.08134.16127.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 16.67%
GREEN value IS 1 (0.78% from 255) = 5.56%
BLUE value IS 14 (5.86% from 255) = 77.78%
R=16.67%
G=5.56%
B=77.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal31140.790.9300.95249.2386.672.94
Hex31E4F5D05Ff9573
Octal311611713501373711273
Binary1111110100111110111010101111111111001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03010E; }

 p { color: rgb(3,1,14); }

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

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

 a { background-color: rgb(3,1,14); }

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

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

 span { border-color: rgb(3,1,14); }

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