#060B14

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

Shades of Black Russian #060B14

Tints of Black Russian #060B14

Color information

#060B14 (or 0x060B14) is unknown color: approx Black Russian. HEX triplet: 06, 0B and 14. RGB value is (6,11,20). Sum of RGB (Red+Green+Blue) = 6+11+20=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #060B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B14 is #F9F4EB. Grayscale: #0A0A0A. Windows color (decimal): -16381164 or 1313542. OLE color: 1313542.

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

Color convert

RGB61120-
CMYK0.700.4500.92
HSL218.57º53.85%5.1%-
HSV(B)218.57º70%7.84%-
XYZ0.320.330.71-
YUV10.53133.34124.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 20 (8.20% from 255) = 54.05%
R=16.22%
G=29.73%
B=54.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal611200.700.4500.92218.5753.855.1
Hex6B14462D05Cdb365
Octal61324106550134333665
Binary11010111010010001101011010101110011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060B14; }

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

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

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

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

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

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

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

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