#05082E

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

Shades of Black Russian #05082E

Tints of Black Russian #05082E

Color information

#05082E (or 0x05082E) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 2E. RGB value is (5,8,46). Sum of RGB (Red+Green+Blue) = 5+8+46=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 46 (18.36% from 255 or 77.97% from 59); Max value from RGB is 46 - color contains mainly: blue. Hex color #05082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05082E is #FAF7D1. Grayscale: #0B0B0B. Windows color (decimal): -16447442 or 3016709. OLE color: 3016709.

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

Color convert

RGB5846-
CMYK0.890.8300.82
HSL235.61º80.39%10%-
HSV(B)235.61º89.13%18.04%-
XYZ0.640.42.63-
YUV11.43147.51123.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 46 (18.36% from 255) = 77.97%
R=8.47%
G=13.56%
B=77.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal58460.890.8300.82235.6180.3910
Hex582E5953052ec50a
Octal51056131123012235412012
Binary101100010111010110011010011010100101110110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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