#0D091C

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

Shades of Black Russian #0D091C

Tints of Black Russian #0D091C

Color information

#0D091C (or 0x0D091C) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 1C. RGB value is (13,9,28). Sum of RGB (Red+Green+Blue) = 13+9+28=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D091C is #F2F6E3. Grayscale: #0C0C0C. Windows color (decimal): -15922916 or 1837325. OLE color: 1837325.

HSL color Cylindrical-coordinate representation of color #0D091C: hue angle of 252.63º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D091C is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB13928-
CMYK0.540.6800.89
HSL252.63º51.35%7.25%-
HSV(B)252.63º67.86%10.98%-
XYZ0.470.361.14-
YUV12.36136.83128.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 28 (11.33% from 255) = 56%
R=26%
G=18%
B=56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal139280.540.6800.89252.6351.357.25
HexD91C3644059fd337
Octal151134661040131375637
Binary110110011110011011010001000101100111111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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