#0C0A27

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

Shades of Black Russian #0C0A27

Tints of Black Russian #0C0A27

Color information

#0C0A27 (or 0x0C0A27) is unknown color: approx Black Russian. HEX triplet: 0C, 0A and 27. RGB value is (12,10,39). Sum of RGB (Red+Green+Blue) = 12+10+39=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #0C0A27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0A27 is #F3F5D8. Grayscale: #0D0D0D. Windows color (decimal): -15988185 or 2558476. OLE color: 2558476.

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

Color convert

RGB121039-
CMYK0.690.7400.85
HSL244.14º59.18%9.61%-
HSV(B)244.14º74.36%15.29%-
XYZ0.630.441.97-
YUV13.9142.16126.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.67%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 39 (15.62% from 255) = 63.93%
R=19.67%
G=16.39%
B=63.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1210390.690.7400.85244.1459.189.61
HexCA27454A055f43ba
Octal14124710511201253647312
Binary110010101001111000101100101001010101111101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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