#030510

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

Shades of Black Russian #030510

Tints of Black Russian #030510

Color information

#030510 (or 0x030510) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 10. RGB value is (3,5,16). Sum of RGB (Red+Green+Blue) = 3+5+16=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #030510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030510 is #FCFAEF. Grayscale: #050505. Windows color (decimal): -16579312 or 1049859. OLE color: 1049859.

HSL color Cylindrical-coordinate representation of color #030510: hue angle of 230.77º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #030510 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB3516-
CMYK0.810.6900.94
HSL230.77º68.42%3.73%-
HSV(B)230.77º81.25%6.27%-
XYZ0.190.170.51-
YUV5.66133.84126.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12.5%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 16 (6.64% from 255) = 66.67%
R=12.5%
G=20.83%
B=66.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal35160.810.6900.94230.7768.423.73
Hex3510514505Ee7444
Octal352012110501363471044
Binary11101100001010001100010101011110111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030510; }

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

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

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

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

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

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

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

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