#060534

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

Shades of Black Russian #060534

Tints of Black Russian #060534

Color information

#060534 (or 0x060534) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 34. RGB value is (6,5,52). Sum of RGB (Red+Green+Blue) = 6+5+52=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 52 (20.70% from 255 or 82.54% from 63); Max value from RGB is 52 - color contains mainly: blue. Hex color #060534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060534 is #F9FACB. Grayscale: #0A0A0A. Windows color (decimal): -16382668 or 3409158. OLE color: 3409158.

HSL color Cylindrical-coordinate representation of color #060534: hue angle of 241.28º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060534 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB6552-
CMYK0.880.9000.80
HSL241.28º82.46%11.18%-
HSV(B)241.28º90.38%20.39%-
XYZ0.750.43.29-
YUV10.66151.33124.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 52 (20.70% from 255) = 82.54%
R=9.52%
G=7.94%
B=82.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal65520.880.9000.80241.2882.4611.18
Hex6534585A050f152b
Octal6564130132012036112213
Binary11010111010010110001011010010100001111000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060534; }

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

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

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

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

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

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

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

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