#120728

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

Shades of Blackcurrant #120728

Tints of Blackcurrant #120728

Color information

#120728 (or 0x120728) is unknown color: approx Blackcurrant. HEX triplet: 12, 07 and 28. RGB value is (18,7,40). Sum of RGB (Red+Green+Blue) = 18+7+40=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #120728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120728 is #EDF8D7. Grayscale: #0D0D0D. Windows color (decimal): -15595736 or 2623250. OLE color: 2623250.

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

Color convert

RGB18740-
CMYK0.550.8300.84
HSL260º70.21%9.22%-
HSV(B)260º82.5%15.69%-
XYZ0.710.432.05-
YUV14.05142.64130.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 40 (16.02% from 255) = 61.54%
R=27.69%
G=10.77%
B=61.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal187400.550.8300.8426070.219.22
Hex127283753054104469
Octal2275067123012440410611
Binary1001011110100011011110100110101010010000010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120728; }

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

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

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

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

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

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

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

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