#061125

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

Shades of Black Russian #061125

Tints of Black Russian #061125

Color information

#061125 (or 0x061125) is unknown color: approx Black Russian. HEX triplet: 06, 11 and 25. RGB value is (6,17,37). Sum of RGB (Red+Green+Blue) = 6+17+37=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #061125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061125 is #F9EEDA. Grayscale: #0F0F0F. Windows color (decimal): -16379611 or 2429190. OLE color: 2429190.

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

Color convert

RGB61737-
CMYK0.840.5400.85
HSL218.71º72.09%8.43%-
HSV(B)218.71º83.78%14.51%-
XYZ0.610.571.83-
YUV15.99139.86120.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 37 (14.84% from 255) = 61.67%
R=10%
G=28.33%
B=61.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal617370.840.5400.85218.7172.098.43
Hex611255436055db488
Octal6214512466012533311010
Binary110100011001011010100110110010101011101101110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061125; }

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

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

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

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

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

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

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

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