#050B2F

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

Shades of Black Russian #050B2F

Tints of Black Russian #050B2F

Color information

#050B2F (or 0x050B2F) is unknown color: approx Black Russian. HEX triplet: 05, 0B and 2F. RGB value is (5,11,47). Sum of RGB (Red+Green+Blue) = 5+11+47=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 47 (18.75% from 255 or 74.60% from 63); Max value from RGB is 47 - color contains mainly: blue. Hex color #050B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050B2F is #FAF4D0. Grayscale: #0D0D0D. Windows color (decimal): -16446673 or 3083013. OLE color: 3083013.

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

Color convert

RGB51147-
CMYK0.890.7700.82
HSL231.43º80.77%10.2%-
HSV(B)231.43º89.36%18.43%-
XYZ0.70.482.74-
YUV13.31147.01122.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 11 (4.69% from 255) = 17.46%
BLUE value IS 47 (18.75% from 255) = 74.60%
R=7.94%
G=17.46%
B=74.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal511470.890.7700.82231.4380.7710.2
Hex5B2F594D052e751a
Octal51357131115012234712112
Binary101101110111110110011001101010100101110011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050B2F; }

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

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

<style>
 a { background-color: #050B2F; }

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

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

<style>
 span { border-color: #050B2F; }

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

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