#060131

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

Shades of Black Russian #060131

Tints of Black Russian #060131

Color information

#060131 (or 0x060131) is unknown color: approx Black Russian. HEX triplet: 06, 01 and 31. RGB value is (6,1,49). Sum of RGB (Red+Green+Blue) = 6+1+49=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 49 (19.53% from 255 or 87.5% from 56); Max value from RGB is 49 - color contains mainly: blue. Hex color #060131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060131 is #F9FECE. Grayscale: #070707. Windows color (decimal): -16383695 or 3211526. OLE color: 3211526.

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

Color convert

RGB6149-
CMYK0.880.9800.81
HSL246.25º96%9.8%-
HSV(B)246.25º97.96%19.22%-
XYZ0.640.282.93-
YUV7.97151.16126.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 49 (19.53% from 255) = 87.5%
R=10.71%
G=1.79%
B=87.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal61490.880.9800.81246.25969.8
Hex61315862051f660a
Octal6161130142012136614012
Binary110111000110110001100010010100011111011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060131; }

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

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

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

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

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

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

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

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