#050A23

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

Shades of Black Russian #050A23

Tints of Black Russian #050A23

Color information

#050A23 (or 0x050A23) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 23. RGB value is (5,10,35). Sum of RGB (Red+Green+Blue) = 5+10+35=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 35 (14.06% from 255 or 70% from 50); Max value from RGB is 35 - color contains mainly: blue. Hex color #050A23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A23 is #FAF5DC. Grayscale: #0B0B0B. Windows color (decimal): -16446941 or 2296325. OLE color: 2296325.

HSL color Cylindrical-coordinate representation of color #050A23: hue angle of 230º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #050A23 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB51035-
CMYK0.860.7100.86
HSL230º75%7.84%-
HSV(B)230º85.71%13.73%-
XYZ0.470.371.64-
YUV11.36141.34123.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 10 (4.30% from 255) = 20%
BLUE value IS 35 (14.06% from 255) = 70%
R=10%
G=20%
B=70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal510350.860.7100.86230757.84
Hex5A235647056e64b8
Octal51243126107012634611310
Binary101101010001110101101000111010101101110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,10,35); }

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

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

 a { background-color: rgb(5,10,35); }

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

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

 span { border-color: rgb(5,10,35); }

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