#060522

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

Shades of Black Russian #060522

Tints of Black Russian #060522

Color information

#060522 (or 0x060522) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 22. RGB value is (6,5,34). Sum of RGB (Red+Green+Blue) = 6+5+34=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 34 (13.67% from 255 or 75.56% from 45); Max value from RGB is 34 - color contains mainly: blue. Hex color #060522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060522 is #F9FADD. Grayscale: #080808. Windows color (decimal): -16382686 or 2229510. OLE color: 2229510.

HSL color Cylindrical-coordinate representation of color #060522: hue angle of 242.07º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #060522 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB6534-
CMYK0.820.8500.87
HSL242.07º74.36%7.65%-
HSV(B)242.07º85.29%13.33%-
XYZ0.420.261.54-
YUV8.6142.33126.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 34 (13.67% from 255) = 75.56%
R=13.33%
G=11.11%
B=75.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal65340.820.8500.87242.0774.367.65
Hex65225255057f24a8
Octal6542122125012736211210
Binary11010110001010100101010101010101111111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060522; }

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

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

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

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

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

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

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

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