#0B0719

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

Shades of Black Russian #0B0719

Tints of Black Russian #0B0719

Color information

#0B0719 (or 0x0B0719) is unknown color: approx Black Russian. HEX triplet: 0B, 07 and 19. RGB value is (11,7,25). Sum of RGB (Red+Green+Blue) = 11+7+25=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B0719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0719 is #F4F8E6. Grayscale: #0A0A0A. Windows color (decimal): -16054503 or 1640203. OLE color: 1640203.

HSL color Cylindrical-coordinate representation of color #0B0719: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B0719 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11725-
CMYK0.560.7200.90
HSL253.33º56.25%6.27%-
HSV(B)253.33º72%9.8%-
XYZ0.390.290.96-
YUV10.25136.33128.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 25 (10.16% from 255) = 58.14%
R=25.58%
G=16.28%
B=58.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal117250.560.7200.90253.3356.256.27
HexB719384805Afd386
Octal13731701100132375706
Binary10111111100111100010010000101101011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0719; }

 p { color: rgb(11,7,25); }

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

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

 a { background-color: rgb(11,7,25); }

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

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

 span { border-color: rgb(11,7,25); }

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