#0B032F

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

Shades of Black Russian #0B032F

Tints of Black Russian #0B032F

Color information

#0B032F (or 0x0B032F) is unknown color: approx Black Russian. HEX triplet: 0B, 03 and 2F. RGB value is (11,3,47). Sum of RGB (Red+Green+Blue) = 11+3+47=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B032F is #F4FCD0. Grayscale: #0A0A0A. Windows color (decimal): -16055505 or 3080971. OLE color: 3080971.

HSL color Cylindrical-coordinate representation of color #0B032F: hue angle of 250.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B032F is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11347-
CMYK0.770.9400.82
HSL250.91º88%9.8%-
HSV(B)250.91º93.62%18.43%-
XYZ0.680.342.72-
YUV10.41148.65128.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.03%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 47 (18.75% from 255) = 77.05%
R=18.03%
G=4.92%
B=77.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal113470.770.9400.82250.91889.8
HexB32F4D5E052fb58a
Octal13357115136012237313012
Binary10111110111110011011011110010100101111101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,47); }

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

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

 a { background-color: rgb(11,3,47); }

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

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

 span { border-color: rgb(11,3,47); }

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