#0D082E

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

Shades of Black Russian #0D082E

Tints of Black Russian #0D082E

Color information

#0D082E (or 0x0D082E) is unknown color: approx Black Russian. HEX triplet: 0D, 08 and 2E. RGB value is (13,8,46). Sum of RGB (Red+Green+Blue) = 13+8+46=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D082E is #F2F7D1. Grayscale: #0D0D0D. Windows color (decimal): -15923154 or 3016717. OLE color: 3016717.

HSL color Cylindrical-coordinate representation of color #0D082E: hue angle of 247.89º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D082E is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13846-
CMYK0.720.8300.82
HSL247.89º70.37%10.59%-
HSV(B)247.89º82.61%18.04%-
XYZ0.750.462.63-
YUV13.83146.16127.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 46 (18.36% from 255) = 68.66%
R=19.40%
G=11.94%
B=68.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal138460.720.8300.82247.8970.3710.59
HexD82E4853052f846b
Octal151056110123012237010613
Binary1101100010111010010001010011010100101111100010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D082E; }

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

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

<style>
 a { background-color: #0D082E; }

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

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

<style>
 span { border-color: #0D082E; }

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

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