#0B071E

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

Shades of Black Russian #0B071E

Tints of Black Russian #0B071E

Color information

#0B071E (or 0x0B071E) is unknown color: approx Black Russian. HEX triplet: 0B, 07 and 1E. RGB value is (11,7,30). Sum of RGB (Red+Green+Blue) = 11+7+30=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B071E is #F4F8E1. Grayscale: #0A0A0A. Windows color (decimal): -16054498 or 1967883. OLE color: 1967883.

HSL color Cylindrical-coordinate representation of color #0B071E: hue angle of 250.43º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B071E is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11730-
CMYK0.630.7700.88
HSL250.43º62.16%7.25%-
HSV(B)250.43º76.67%11.76%-
XYZ0.450.321.27-
YUV10.82138.83128.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.92%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 30 (12.11% from 255) = 62.5%
R=22.92%
G=14.58%
B=62.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal117300.630.7700.88250.4362.167.25
HexB71E3F4D058fa3e7
Octal13736771150130372767
Binary10111111111011111110011010101100011111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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