#060F2C

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

Shades of Black Russian #060F2C

Tints of Black Russian #060F2C

Color information

#060F2C (or 0x060F2C) is unknown color: approx Black Russian. HEX triplet: 06, 0F and 2C. RGB value is (6,15,44). Sum of RGB (Red+Green+Blue) = 6+15+44=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 44 (17.58% from 255 or 67.69% from 65); Max value from RGB is 44 - color contains mainly: blue. Hex color #060F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F2C is #F9F0D3. Grayscale: #0F0F0F. Windows color (decimal): -16380116 or 2887430. OLE color: 2887430.

HSL color Cylindrical-coordinate representation of color #060F2C: hue angle of 225.79º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060F2C is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB61544-
CMYK0.860.6600.83
HSL225.79º76%9.8%-
HSV(B)225.79º86.36%17.25%-
XYZ0.70.562.45-
YUV15.62144.02121.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 44 (17.58% from 255) = 67.69%
R=9.23%
G=23.08%
B=67.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal615440.860.6600.83225.79769.8
Hex6F2C5642053e24ca
Octal61754126102012334211412
Binary110111110110010101101000010010100111110001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,15,44); }

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

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

 a { background-color: rgb(6,15,44); }

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

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

 span { border-color: rgb(6,15,44); }

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