#061126

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

Shades of Black Russian #061126

Tints of Black Russian #061126

Color information

#061126 (or 0x061126) is unknown color: approx Black Russian. HEX triplet: 06, 11 and 26. RGB value is (6,17,38). Sum of RGB (Red+Green+Blue) = 6+17+38=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #061126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061126 is #F9EED9. Grayscale: #101010. Windows color (decimal): -16379610 or 2494726. OLE color: 2494726.

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

Color convert

RGB61738-
CMYK0.840.5500.85
HSL219.38º72.73%8.63%-
HSV(B)219.38º84.21%14.9%-
XYZ0.630.581.91-
YUV16.1140.36120.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 38 (15.23% from 255) = 62.30%
R=9.84%
G=27.87%
B=62.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal617380.840.5500.85219.3872.738.63
Hex611265437055db499
Octal6214612467012533311111
Binary110100011001101010100110111010101011101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061126; }

 p { color: rgb(6,17,38); }

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

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

 a { background-color: rgb(6,17,38); }

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

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

 span { border-color: rgb(6,17,38); }

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