#050F2B

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

Shades of Black Russian #050F2B

Tints of Black Russian #050F2B

Color information

#050F2B (or 0x050F2B) is unknown color: approx Black Russian. HEX triplet: 05, 0F and 2B. RGB value is (5,15,43). Sum of RGB (Red+Green+Blue) = 5+15+43=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #050F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F2B is #FAF0D4. Grayscale: #0F0F0F. Windows color (decimal): -16445653 or 2821893. OLE color: 2821893.

HSL color Cylindrical-coordinate representation of color #050F2B: hue angle of 224.21º 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 #050F2B is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB51543-
CMYK0.880.6500.83
HSL224.21º79.17%9.41%-
HSV(B)224.21º88.37%16.86%-
XYZ0.670.552.36-
YUV15.2143.69120.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 43 (17.19% from 255) = 68.25%
R=7.94%
G=23.81%
B=68.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal515430.880.6500.83224.2179.179.41
Hex5F2B5841053e04f9
Octal51753130101012334011711
Binary101111110101110110001000001010100111110000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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