#0D0C1C

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

Shades of Black Russian #0D0C1C

Tints of Black Russian #0D0C1C

Color information

#0D0C1C (or 0x0D0C1C) is unknown color: approx Black Russian. HEX triplet: 0D, 0C and 1C. RGB value is (13,12,28). Sum of RGB (Red+Green+Blue) = 13+12+28=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #0D0C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0C1C is #F2F3E3. Grayscale: #0E0E0E. Windows color (decimal): -15922148 or 1838093. OLE color: 1838093.

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

Color convert

RGB131228-
CMYK0.540.5700.89
HSL243.75º40%7.84%-
HSV(B)243.75º57.14%10.98%-
XYZ0.510.431.16-
YUV14.12135.83127.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.53%
GREEN value IS 12 (5.08% from 255) = 22.64%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=24.53%
G=22.64%
B=52.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1312280.540.5700.89243.75407.84
HexDC1C3639059f4288
Octal151434667101313645010
Binary110111001110011011011100101011001111101001010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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