#0D091A

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

Shades of Black Russian #0D091A

Tints of Black Russian #0D091A

Color information

#0D091A (or 0x0D091A) is unknown color: approx Black Russian. HEX triplet: 0D, 09 and 1A. RGB value is (13,9,26). Sum of RGB (Red+Green+Blue) = 13+9+26=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D091A is #F2F6E5. Grayscale: #0C0C0C. Windows color (decimal): -15922918 or 1706253. OLE color: 1706253.

HSL color Cylindrical-coordinate representation of color #0D091A: hue angle of 254.12º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D091A is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB13926-
CMYK0.50.6500.90
HSL254.12º48.57%6.86%-
HSV(B)254.12º65.38%10.2%-
XYZ0.450.361.02-
YUV12.13135.83128.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=27.08%
G=18.75%
B=54.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal139260.50.6500.90254.1248.576.86
HexD91A324105Afe317
Octal151132621010132376617
Binary110110011101011001010000010101101011111110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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