#05092E

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

Shades of Black Russian #05092E

Tints of Black Russian #05092E

Color information

#05092E (or 0x05092E) is unknown color: approx Black Russian. HEX triplet: 05, 09 and 2E. RGB value is (5,9,46). Sum of RGB (Red+Green+Blue) = 5+9+46=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 9 (3.91% from 255 or 15% 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 #05092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05092E is #FAF6D1. Grayscale: #0B0B0B. Windows color (decimal): -16447186 or 3016965. OLE color: 3016965.

HSL color Cylindrical-coordinate representation of color #05092E: hue angle of 234.15º degrees, saturation: 0.8, 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 #05092E is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB5946-
CMYK0.890.8000.82
HSL234.15º80.39%10%-
HSV(B)234.15º89.13%18.04%-
XYZ0.650.422.63-
YUV12.02147.17122.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 46 (18.36% from 255) = 76.67%
R=8.33%
G=15%
B=76.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal59460.890.8000.82234.1580.3910
Hex592E5950052ea50a
Octal51156131120012235212012
Binary101100110111010110011010000010100101110101010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05092E; }

 p { color: rgb(5,9,46); }

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

<style>
 a { background-color: #05092E; }

 a { background-color: rgb(5,9,46); }

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

<style>
 span { border-color: #05092E; }

 span { border-color: rgb(5,9,46); }

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