#0D091F

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

Shades of Black Russian #0D091F

Tints of Black Russian #0D091F

Color information

#0D091F (or 0x0D091F) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 1F. RGB value is (13,9,31). Sum of RGB (Red+Green+Blue) = 13+9+31=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D091F is #F2F6E0. Grayscale: #0C0C0C. Windows color (decimal): -15922913 or 2033933. OLE color: 2033933.

HSL color Cylindrical-coordinate representation of color #0D091F: hue angle of 250.91º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D091F is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB13931-
CMYK0.580.7100.88
HSL250.91º55%7.84%-
HSV(B)250.91º70.97%12.16%-
XYZ0.510.381.34-
YUV12.7138.33128.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.53%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=24.53%
G=16.98%
B=58.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal139310.580.7100.88250.91557.84
HexD91F3A47058fb378
Octal1511377210701303736710
Binary1101100111111111010100011101011000111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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