#060E2A

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

Shades of Black Russian #060E2A

Tints of Black Russian #060E2A

Color information

#060E2A (or 0x060E2A) is unknown color: approx Black Russian. HEX triplet: 06, 0E and 2A. RGB value is (6,14,42). Sum of RGB (Red+Green+Blue) = 6+14+42=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #060E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E2A is #F9F1D5. Grayscale: #0E0E0E. Windows color (decimal): -16380374 or 2756102. OLE color: 2756102.

HSL color Cylindrical-coordinate representation of color #060E2A: hue angle of 226.67º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060E2A is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB61442-
CMYK0.860.6700.84
HSL226.67º75%9.41%-
HSV(B)226.67º85.71%16.47%-
XYZ0.650.522.26-
YUV14.8143.35121.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 14 (5.86% from 255) = 22.58%
BLUE value IS 42 (16.80% from 255) = 67.74%
R=9.68%
G=22.58%
B=67.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal614420.860.6700.84226.67759.41
Hex6E2A5643054e34b9
Octal61652126103012434311311
Binary110111010101010101101000011010101001110001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,14,42); }

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

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

 a { background-color: rgb(6,14,42); }

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

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

 span { border-color: rgb(6,14,42); }

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