#060132

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

Shades of Black Russian #060132

Tints of Black Russian #060132

Color information

#060132 (or 0x060132) is unknown color: approx Black Russian. HEX triplet: 06, 01 and 32. RGB value is (6,1,50). Sum of RGB (Red+Green+Blue) = 6+1+50=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 50 (19.92% from 255 or 87.72% from 57); Max value from RGB is 50 - color contains mainly: blue. Hex color #060132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060132 is #F9FECD. Grayscale: #070707. Windows color (decimal): -16383694 or 3277062. OLE color: 3277062.

HSL color Cylindrical-coordinate representation of color #060132: hue angle of 246.12º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060132 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB6150-
CMYK0.880.9800.80
HSL246.12º96.08%10%-
HSV(B)246.12º98%19.61%-
XYZ0.660.293.04-
YUV8.08151.66126.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 50 (19.92% from 255) = 87.72%
R=10.53%
G=1.75%
B=87.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal61500.880.9800.80246.1296.0810
Hex61325862050f660a
Octal6162130142012036614012
Binary110111001010110001100010010100001111011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060132; }

 p { color: rgb(6,1,50); }

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

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

 a { background-color: rgb(6,1,50); }

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

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

 span { border-color: rgb(6,1,50); }

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