#030515

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

Shades of Black Russian #030515

Tints of Black Russian #030515

Color information

#030515 (or 0x030515) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 15. RGB value is (3,5,21). Sum of RGB (Red+Green+Blue) = 3+5+21=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 21 (8.59% from 255 or 72.41% from 29); Max value from RGB is 21 - color contains mainly: blue. Hex color #030515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030515 is #FCFAEA. Grayscale: #060606. Windows color (decimal): -16579307 or 1377539. OLE color: 1377539.

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

Color convert

RGB3521-
CMYK0.860.7600.92
HSL233.33º75%4.71%-
HSV(B)233.33º85.71%8.24%-
XYZ0.230.180.73-
YUV6.23136.34125.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 21 (8.59% from 255) = 72.41%
R=10.34%
G=17.24%
B=72.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal35210.860.7600.92233.33754.71
Hex3515564C05Ce94b5
Octal352512611401343511135
Binary11101101011010110100110001011100111010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030515; }

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

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

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

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

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

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

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

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