#120027

Color #120027 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #120027

Tints of Blackcurrant #120027

Color information

#120027 (or 0x120027) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 27. RGB value is (18,0,39). Sum of RGB (Red+Green+Blue) = 18+0+39=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #120027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120027 is #EDFFD8. Grayscale: #090909. Windows color (decimal): -15597529 or 2555922. OLE color: 2555922.

HSL color Cylindrical-coordinate representation of color #120027: hue angle of 267.69º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120027 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB18039-
CMYK0.54100.85
HSL267.69º100%7.65%-
HSV(B)267.69º100%15.29%-
XYZ0.620.281.94-
YUV9.83144.46133.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 68.42%
R=31.58%
G=0%
B=68.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal180390.54100.85267.691007.65
Hex12027366405510c648
Octal2204766144012541414410
Binary10010010011111011011001000101010110000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120027; }

 p { color: rgb(18,0,39); }

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

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

 a { background-color: rgb(18,0,39); }

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

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

 span { border-color: rgb(18,0,39); }

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