#060525

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

Shades of Black Russian #060525

Tints of Black Russian #060525

Color information

#060525 (or 0x060525) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 25. RGB value is (6,5,37). Sum of RGB (Red+Green+Blue) = 6+5+37=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 37 (14.84% from 255 or 77.08% from 48); Max value from RGB is 37 - color contains mainly: blue. Hex color #060525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060525 is #F9FADA. Grayscale: #080808. Windows color (decimal): -16382683 or 2426118. OLE color: 2426118.

HSL color Cylindrical-coordinate representation of color #060525: hue angle of 241.88º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060525 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB6537-
CMYK0.840.8600.85
HSL241.88º76.19%8.24%-
HSV(B)241.88º86.49%14.51%-
XYZ0.460.281.78-
YUV8.95143.83125.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.5%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 37 (14.84% from 255) = 77.08%
R=12.5%
G=10.42%
B=77.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal65370.840.8600.85241.8876.198.24
Hex65255456055f24c8
Octal6545124126012536211410
Binary11010110010110101001010110010101011111001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060525; }

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

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

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

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

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

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

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

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