#0B032E

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

Shades of Black Russian #0B032E

Tints of Black Russian #0B032E

Color information

#0B032E (or 0x0B032E) is unknown color: approx Black Russian. HEX triplet: 0B, 03 and 2E. RGB value is (11,3,46). Sum of RGB (Red+Green+Blue) = 11+3+46=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 46 (18.36% from 255 or 76.67% from 60); Max value from RGB is 46 - color contains mainly: blue. Hex color #0B032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B032E is #F4FCD1. Grayscale: #0A0A0A. Windows color (decimal): -16055506 or 3015435. OLE color: 3015435.

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

Color convert

RGB11346-
CMYK0.760.9300.82
HSL251.16º87.76%9.61%-
HSV(B)251.16º93.48%18.04%-
XYZ0.660.332.61-
YUV10.29148.15128.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.33%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 46 (18.36% from 255) = 76.67%
R=18.33%
G=5%
B=76.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal113460.760.9300.82251.1687.769.61
HexB32E4C5D052fb58a
Octal13356114135012237313012
Binary10111110111010011001011101010100101111101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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