#0B052B

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

Shades of Black Russian #0B052B

Tints of Black Russian #0B052B

Color information

#0B052B (or 0x0B052B) is unknown color: approx Black Russian. HEX triplet: 0B, 05 and 2B. RGB value is (11,5,43). Sum of RGB (Red+Green+Blue) = 11+5+43=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 43 (17.19% from 255 or 72.88% from 59); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B052B is #F4FAD4. Grayscale: #0A0A0A. Windows color (decimal): -16054997 or 2819339. OLE color: 2819339.

HSL color Cylindrical-coordinate representation of color #0B052B: hue angle of 249.47º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B052B is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11543-
CMYK0.740.8800.83
HSL249.47º79.17%9.41%-
HSV(B)249.47º88.37%16.86%-
XYZ0.630.352.32-
YUV11.13145.99127.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 43 (17.19% from 255) = 72.88%
R=18.64%
G=8.47%
B=72.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal115430.740.8800.83249.4779.179.41
HexB52B4A58053f94f9
Octal13553112130012337111711
Binary101110110101110010101011000010100111111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,43); }

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

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

 a { background-color: rgb(11,5,43); }

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

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

 span { border-color: rgb(11,5,43); }

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