#0D0C27

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

Shades of Black Russian #0D0C27

Tints of Black Russian #0D0C27

Color information

#0D0C27 (or 0x0D0C27) is unknown color: approx Black Russian. HEX triplet: 0D, 0C and 27. RGB value is (13,12,39). Sum of RGB (Red+Green+Blue) = 13+12+39=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D0C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0C27 is #F2F3D8. Grayscale: #0F0F0F. Windows color (decimal): -15922137 or 2558989. OLE color: 2558989.

HSL color Cylindrical-coordinate representation of color #0D0C27: hue angle of 242.22º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D0C27 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB131239-
CMYK0.670.6900.85
HSL242.22º52.94%10%-
HSV(B)242.22º69.23%15.29%-
XYZ0.660.491.98-
YUV15.38141.33126.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 12 (5.08% from 255) = 18.75%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=20.31%
G=18.75%
B=60.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1312390.670.6900.85242.2252.9410
HexDC274345055f235a
Octal15144710310501253626512
Binary110111001001111000011100010101010101111100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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