#030514

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

Shades of Black Russian #030514

Tints of Black Russian #030514

Color information

#030514 (or 0x030514) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 14. RGB value is (3,5,20). Sum of RGB (Red+Green+Blue) = 3+5+20=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 20 (8.20% from 255 or 71.43% from 28); Max value from RGB is 20 - color contains mainly: blue. Hex color #030514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030514 is #FCFAEB. Grayscale: #060606. Windows color (decimal): -16579308 or 1312003. OLE color: 1312003.

HSL color Cylindrical-coordinate representation of color #030514: hue angle of 232.94º 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 #030514 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB3520-
CMYK0.850.7500.92
HSL232.94º73.91%4.51%-
HSV(B)232.94º85%7.84%-
XYZ0.220.180.68-
YUV6.11135.84125.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.71%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 20 (8.20% from 255) = 71.43%
R=10.71%
G=17.86%
B=71.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal35200.850.7500.92232.9473.914.51
Hex3514554B05Ce94a5
Octal352412511301343511125
Binary11101101001010101100101101011100111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030514; }

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

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

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

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

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

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

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

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