#120127

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

Shades of Blackcurrant #120127

Tints of Blackcurrant #120127

Color information

#120127 (or 0x120127) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 27. RGB value is (18,1,39). Sum of RGB (Red+Green+Blue) = 18+1+39=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 39 (15.62% from 255 or 67.24% from 58); Max value from RGB is 39 - color contains mainly: blue. Hex color #120127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120127 is #EDFED8. Grayscale: #0A0A0A. Windows color (decimal): -15597273 or 2556178. OLE color: 2556178.

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

Color convert

RGB18139-
CMYK0.540.9700.85
HSL266.84º95%7.84%-
HSV(B)266.84º97.44%15.29%-
XYZ0.630.31.94-
YUV10.42144.13133.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 39 (15.62% from 255) = 67.24%
R=31.03%
G=1.72%
B=67.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal181390.540.9700.85266.84957.84
Hex12127366105510b5f8
Octal2214766141012541313710
Binary10010110011111011011000010101010110000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120127; }

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

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

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

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

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

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

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

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