#05012D

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

Shades of Black Russian #05012D

Tints of Black Russian #05012D

Color information

#05012D (or 0x05012D) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 2D. RGB value is (5,1,45). Sum of RGB (Red+Green+Blue) = 5+1+45=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 45 (17.97% from 255 or 88.24% from 51); Max value from RGB is 45 - color contains mainly: blue. Hex color #05012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05012D is #FAFED2. Grayscale: #070707. Windows color (decimal): -16449235 or 2949381. OLE color: 2949381.

HSL color Cylindrical-coordinate representation of color #05012D: hue angle of 245.45º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05012D is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB5145-
CMYK0.890.9800.82
HSL245.45º95.65%9.02%-
HSV(B)245.45º97.78%17.65%-
XYZ0.550.242.5-
YUV7.21149.33126.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 45 (17.97% from 255) = 88.24%
R=9.80%
G=1.96%
B=88.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal51450.890.9800.82245.4595.659.02
Hex512D5962052f5609
Octal5155131142012236514011
Binary101110110110110011100010010100101111010111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05012D; }

 p { color: rgb(5,1,45); }

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

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

 a { background-color: rgb(5,1,45); }

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

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

 span { border-color: rgb(5,1,45); }

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