#061128

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

Shades of Black Russian #061128

Tints of Black Russian #061128

Color information

#061128 (or 0x061128) is unknown color: approx Black Russian. HEX triplet: 06, 11 and 28. RGB value is (6,17,40). Sum of RGB (Red+Green+Blue) = 6+17+40=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #061128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061128 is #F9EED7. Grayscale: #101010. Windows color (decimal): -16379608 or 2625798. OLE color: 2625798.

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

Color convert

RGB61740-
CMYK0.850.5700.84
HSL220.59º73.91%9.02%-
HSV(B)220.59º85%15.69%-
XYZ0.660.592.09-
YUV16.33141.36120.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 40 (16.02% from 255) = 63.49%
R=9.52%
G=26.98%
B=63.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal617400.850.5700.84220.5973.919.02
Hex611285539054dd4a9
Octal6215012571012433511211
Binary110100011010001010101111001010101001101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061128; }

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

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

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

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

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

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

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

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