#0B1329

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

Shades of Black Russian #0B1329

Tints of Black Russian #0B1329

Color information

#0B1329 (or 0x0B1329) is unknown color: approx Black Russian. HEX triplet: 0B, 13 and 29. RGB value is (11,19,41). Sum of RGB (Red+Green+Blue) = 11+19+41=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #0B1329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1329 is #F4ECD6. Grayscale: #131313. Windows color (decimal): -16051415 or 2691851. OLE color: 2691851.

HSL color Cylindrical-coordinate representation of color #0B1329: hue angle of 224º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B1329 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB111941-
CMYK0.730.5400.84
HSL224º57.69%10.2%-
HSV(B)224º73.17%16.08%-
XYZ0.770.72.19-
YUV19.12140.35122.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.49%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 41 (16.41% from 255) = 57.75%
R=15.49%
G=26.76%
B=57.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1119410.730.5400.8422457.6910.2
HexB13294936054e03aa
Octal1323511116601243407212
Binary101110011101001100100111011001010100111000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,19,41); }

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

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

 a { background-color: rgb(11,19,41); }

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

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

 span { border-color: rgb(11,19,41); }

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