#120427

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

Shades of Blackcurrant #120427

Tints of Blackcurrant #120427

Color information

#120427 (or 0x120427) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 27. RGB value is (18,4,39). Sum of RGB (Red+Green+Blue) = 18+4+39=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 4 (1.95% from 255 or 6.56% 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 #120427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120427 is #EDFBD8. Grayscale: #0C0C0C. Windows color (decimal): -15596505 or 2556946. OLE color: 2556946.

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

Color convert

RGB18439-
CMYK0.540.9000.85
HSL264º81.4%8.43%-
HSV(B)264º89.74%15.29%-
XYZ0.660.361.95-
YUV12.18143.14132.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 4 (1.95% from 255) = 6.56%
BLUE value IS 39 (15.62% from 255) = 63.93%
R=29.51%
G=6.56%
B=63.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal184390.540.9000.8526481.48.43
Hex12427365A055108518
Octal2244766132012541012110
Binary1001010010011111011010110100101010110000100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120427; }

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

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

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

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

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

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

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

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