#0D092D

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

Shades of Black Russian #0D092D

Tints of Black Russian #0D092D

Color information

#0D092D (or 0x0D092D) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 2D. RGB value is (13,9,45). Sum of RGB (Red+Green+Blue) = 13+9+45=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D092D is #F2F6D2. Grayscale: #0E0E0E. Windows color (decimal): -15922899 or 2951437. OLE color: 2951437.

HSL color Cylindrical-coordinate representation of color #0D092D: hue angle of 246.67º 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 #0D092D is Cyan = 0.71, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB13945-
CMYK0.710.800.82
HSL246.67º66.67%10.59%-
HSV(B)246.67º80%17.65%-
XYZ0.740.472.53-
YUV14.3145.33127.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 45 (17.97% from 255) = 67.16%
R=19.40%
G=13.43%
B=67.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal139450.710.800.82246.6766.6710.59
HexD92D4750052f743b
Octal151155107120012236710313
Binary1101100110110110001111010000010100101111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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