#06052C

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

Shades of Black Russian #06052C

Tints of Black Russian #06052C

Color information

#06052C (or 0x06052C) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 2C. RGB value is (6,5,44). Sum of RGB (Red+Green+Blue) = 6+5+44=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 44 (17.58% from 255 or 80% from 55); Max value from RGB is 44 - color contains mainly: blue. Hex color #06052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06052C is #F9FAD3. Grayscale: #090909. Windows color (decimal): -16382676 or 2884870. OLE color: 2884870.

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

Color convert

RGB6544-
CMYK0.860.8900.83
HSL241.54º79.59%9.61%-
HSV(B)241.54º88.64%17.25%-
XYZ0.580.332.42-
YUV9.74147.33125.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.91%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 44 (17.58% from 255) = 80%
R=10.91%
G=9.09%
B=80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal65440.860.8900.83241.5479.599.61
Hex652C5659053f250a
Octal6554126131012336212012
Binary11010110110010101101011001010100111111001010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06052C; }

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

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

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

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

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

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

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

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