#030410

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

Shades of Black Russian #030410

Tints of Black Russian #030410

Color information

#030410 (or 0x030410) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 10. RGB value is (3,4,16). Sum of RGB (Red+Green+Blue) = 3+4+16=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 16 (6.64% from 255 or 69.57% from 23); Max value from RGB is 16 - color contains mainly: blue. Hex color #030410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030410 is #FCFBEF. Grayscale: #050505. Windows color (decimal): -16579568 or 1049603. OLE color: 1049603.

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

Color convert

RGB3416-
CMYK0.810.7500.94
HSL235.38º68.42%3.73%-
HSV(B)235.38º81.25%6.27%-
XYZ0.170.140.51-
YUV5.07134.17126.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 16 (6.64% from 255) = 69.57%
R=13.04%
G=17.39%
B=69.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal34160.810.7500.94235.3868.423.73
Hex3410514B05Eeb444
Octal342012111301363531044
Binary11100100001010001100101101011110111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030410; }

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

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

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

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

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

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

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

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