#120719

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

Shades of Blackcurrant #120719

Tints of Blackcurrant #120719

Color information

#120719 (or 0x120719) is unknown color: approx Blackcurrant. HEX triplet: 12, 07 and 19. RGB value is (18,7,25). Sum of RGB (Red+Green+Blue) = 18+7+25=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #120719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120719 is #EDF8E6. Grayscale: #0C0C0C. Windows color (decimal): -15595751 or 1640210. OLE color: 1640210.

HSL color Cylindrical-coordinate representation of color #120719: hue angle of 276.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120719 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB18725-
CMYK0.280.7200.90
HSL276.67º56.25%6.27%-
HSV(B)276.67º72%9.8%-
XYZ0.50.350.96-
YUV12.34135.14132.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 25 (10.16% from 255) = 50%
R=36%
G=14%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal187250.280.7200.90276.6756.256.27
Hex127191C4805A115386
Octal22731341100132425706
Binary100101111100111100100100001011010100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120719; }

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

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

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

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

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

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

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

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