#0D092E

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

Shades of Black Russian #0D092E

Tints of Black Russian #0D092E

Color information

#0D092E (or 0x0D092E) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 2E. RGB value is (13,9,46). Sum of RGB (Red+Green+Blue) = 13+9+46=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D092E is #F2F6D1. Grayscale: #0E0E0E. Windows color (decimal): -15922898 or 3016973. OLE color: 3016973.

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

Color convert

RGB13946-
CMYK0.720.8000.82
HSL246.49º67.27%10.78%-
HSV(B)246.49º80.43%18.04%-
XYZ0.760.482.64-
YUV14.41145.83126.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.12%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 46 (18.36% from 255) = 67.65%
R=19.12%
G=13.24%
B=67.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal139460.720.8000.82246.4967.2710.78
HexD92E4850052f643b
Octal151156110120012236610313
Binary1101100110111010010001010000010100101111011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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