#030512

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

Shades of Black Russian #030512

Tints of Black Russian #030512

Color information

#030512 (or 0x030512) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 12. RGB value is (3,5,18). Sum of RGB (Red+Green+Blue) = 3+5+18=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #030512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030512 is #FCFAED. Grayscale: #050505. Windows color (decimal): -16579310 or 1180931. OLE color: 1180931.

HSL color Cylindrical-coordinate representation of color #030512: hue angle of 232º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030512 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3518-
CMYK0.830.7200.93
HSL232º71.43%4.12%-
HSV(B)232º83.33%7.06%-
XYZ0.20.170.59-
YUV5.88134.84125.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 18 (7.42% from 255) = 69.23%
R=11.54%
G=19.23%
B=69.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal35180.830.7200.9323271.434.12
Hex3512534805De8474
Octal352212311001353501074
Binary11101100101010011100100001011101111010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030512; }

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

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

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

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

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

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

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

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