#03050E

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

Shades of Black Russian #03050E

Tints of Black Russian #03050E

Color information

#03050E (or 0x03050E) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 0E. RGB value is (3,5,14). Sum of RGB (Red+Green+Blue) = 3+5+14=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 14 (5.86% from 255 or 63.64% from 22); Max value from RGB is 14 - color contains mainly: blue. Hex color #03050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03050E is #FCFAF1. Grayscale: #050505. Windows color (decimal): -16579314 or 918787. OLE color: 918787.

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

Color convert

RGB3514-
CMYK0.790.6400.95
HSL229.09º64.71%3.33%-
HSV(B)229.09º78.57%5.49%-
XYZ0.170.160.44-
YUV5.43132.84126.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 5 (2.34% from 255) = 22.73%
BLUE value IS 14 (5.86% from 255) = 63.64%
R=13.64%
G=22.73%
B=63.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal35140.790.6400.95229.0964.713.33
Hex35E4F4005Fe5413
Octal351611710001373451013
Binary111011110100111110000000101111111100101100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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