#030414

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

Shades of Black Russian #030414

Tints of Black Russian #030414

Color information

#030414 (or 0x030414) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 14. RGB value is (3,4,20). Sum of RGB (Red+Green+Blue) = 3+4+20=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #030414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030414 is #FCFBEB. Grayscale: #050505. Windows color (decimal): -16579564 or 1311747. OLE color: 1311747.

HSL color Cylindrical-coordinate representation of color #030414: hue angle of 236.47º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #030414 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB3420-
CMYK0.850.8000.92
HSL236.47º73.91%4.51%-
HSV(B)236.47º85%7.84%-
XYZ0.210.160.68-
YUV5.52136.17126.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.11%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 20 (8.20% from 255) = 74.07%
R=11.11%
G=14.81%
B=74.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal34200.850.8000.92236.4773.914.51
Hex3414555005Cec4a5
Octal342412512001343541125
Binary11100101001010101101000001011100111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030414; }

 p { color: rgb(3,4,20); }

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

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

 a { background-color: rgb(3,4,20); }

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

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

 span { border-color: rgb(3,4,20); }

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