#060530

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

Shades of Black Russian #060530

Tints of Black Russian #060530

Color information

#060530 (or 0x060530) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 30. RGB value is (6,5,48). Sum of RGB (Red+Green+Blue) = 6+5+48=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 48 (19.14% from 255 or 81.36% from 59); Max value from RGB is 48 - color contains mainly: blue. Hex color #060530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060530 is #F9FACF. Grayscale: #0A0A0A. Windows color (decimal): -16382672 or 3147014. OLE color: 3147014.

HSL color Cylindrical-coordinate representation of color #060530: hue angle of 241.4º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060530 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB6548-
CMYK0.870.9000.81
HSL241.4º81.13%10.39%-
HSV(B)241.4º89.58%18.82%-
XYZ0.660.362.83-
YUV10.2149.33125-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 48 (19.14% from 255) = 81.36%
R=10.17%
G=8.47%
B=81.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal65480.870.9000.81241.481.1310.39
Hex6530575A051f151a
Octal6560127132012136112112
Binary11010111000010101111011010010100011111000110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060530; }

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

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

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

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

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

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

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

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