#060514

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

Shades of Black Russian #060514

Tints of Black Russian #060514

Color information

#060514 (or 0x060514) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 14. RGB value is (6,5,20). Sum of RGB (Red+Green+Blue) = 6+5+20=31 (4% of max value = 765). Red value is 6 (2.73% from 255 or 19.35% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #060514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060514 is #F9FAEB. Grayscale: #060606. Windows color (decimal): -16382700 or 1312006. OLE color: 1312006.

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

Color convert

RGB6520-
CMYK0.700.7500.92
HSL244º60%4.9%-
HSV(B)244º75%7.84%-
XYZ0.260.20.69-
YUV7.01135.33127.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 19.35%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 20 (8.20% from 255) = 64.52%
R=19.35%
G=16.13%
B=64.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal65200.700.7500.92244604.9
Hex6514464B05Cf43c5
Octal65241061130134364745
Binary11010110100100011010010110101110011110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060514; }

 p { color: rgb(6,5,20); }

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

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

 a { background-color: rgb(6,5,20); }

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

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

 span { border-color: rgb(6,5,20); }

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