#0D092A

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

Shades of Black Russian #0D092A

Tints of Black Russian #0D092A

Color information

#0D092A (or 0x0D092A) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 2A. RGB value is (13,9,42). Sum of RGB (Red+Green+Blue) = 13+9+42=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #0D092A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D092A is #F2F6D5. Grayscale: #0D0D0D. Windows color (decimal): -15922902 or 2754829. OLE color: 2754829.

HSL color Cylindrical-coordinate representation of color #0D092A: hue angle of 247.27º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D092A is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13942-
CMYK0.690.7900.84
HSL247.27º64.71%10%-
HSV(B)247.27º78.57%16.47%-
XYZ0.680.452.24-
YUV13.96143.83127.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 42 (16.80% from 255) = 65.62%
R=20.31%
G=14.06%
B=65.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal139420.690.7900.84247.2764.7110
HexD92A454F054f741a
Octal151152105117012436710112
Binary1101100110101010001011001111010101001111011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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