#120628

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

Shades of Blackcurrant #120628

Tints of Blackcurrant #120628

Color information

#120628 (or 0x120628) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 28. RGB value is (18,6,40). Sum of RGB (Red+Green+Blue) = 18+6+40=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #120628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120628 is #EDF9D7. Grayscale: #0D0D0D. Windows color (decimal): -15595992 or 2622994. OLE color: 2622994.

HSL color Cylindrical-coordinate representation of color #120628: hue angle of 261.18º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120628 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB18640-
CMYK0.550.8500.84
HSL261.18º73.91%9.02%-
HSV(B)261.18º85%15.69%-
XYZ0.70.412.05-
YUV13.46142.98131.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 40 (16.02% from 255) = 62.5%
R=28.12%
G=9.38%
B=62.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal186400.550.8500.84261.1873.919.02
Hex1262837550541054a9
Octal2265067125012440511211
Binary1001011010100011011110101010101010010000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120628; }

 p { color: rgb(18,6,40); }

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

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

 a { background-color: rgb(18,6,40); }

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

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

 span { border-color: rgb(18,6,40); }

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