#0C1327

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

Shades of Black Russian #0C1327

Tints of Black Russian #0C1327

Color information

#0C1327 (or 0x0C1327) is unknown color: approx Black Russian. HEX triplet: 0C, 13 and 27. RGB value is (12,19,39). Sum of RGB (Red+Green+Blue) = 12+19+39=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C1327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1327 is #F3ECD8. Grayscale: #131313. Windows color (decimal): -15985881 or 2560780. OLE color: 2560780.

HSL color Cylindrical-coordinate representation of color #0C1327: hue angle of 224.44º 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 #0C1327 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB121939-
CMYK0.690.5100.85
HSL224.44º52.94%10%-
HSV(B)224.44º69.23%15.29%-
XYZ0.750.692.01-
YUV19.19139.18122.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.14%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 39 (15.62% from 255) = 55.71%
R=17.14%
G=27.14%
B=55.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1219390.690.5100.85224.4452.9410
HexC13274533055e035a
Octal1423471056301253406512
Binary110010011100111100010111001101010101111000001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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