#060B2C

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

Shades of Black Russian #060B2C

Tints of Black Russian #060B2C

Color information

#060B2C (or 0x060B2C) is unknown color: approx Black Russian. HEX triplet: 06, 0B and 2C. RGB value is (6,11,44). Sum of RGB (Red+Green+Blue) = 6+11+44=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #060B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B2C is #F9F4D3. Grayscale: #0D0D0D. Windows color (decimal): -16381140 or 2886406. OLE color: 2886406.

HSL color Cylindrical-coordinate representation of color #060B2C: hue angle of 232.11º 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 #060B2C is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB61144-
CMYK0.860.7500.83
HSL232.11º76%9.8%-
HSV(B)232.11º86.36%17.25%-
XYZ0.650.462.44-
YUV13.27145.34122.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 44 (17.58% from 255) = 72.13%
R=9.84%
G=18.03%
B=72.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal611440.860.7500.83232.11769.8
Hex6B2C564B053e84ca
Octal61354126113012335011412
Binary110101110110010101101001011010100111110100010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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