#120518

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

Shades of Blackcurrant #120518

Tints of Blackcurrant #120518

Color information

#120518 (or 0x120518) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 18. RGB value is (18,5,24). Sum of RGB (Red+Green+Blue) = 18+5+24=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #120518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120518 is #EDFAE7. Grayscale: #0A0A0A. Windows color (decimal): -15596264 or 1574162. OLE color: 1574162.

HSL color Cylindrical-coordinate representation of color #120518: hue angle of 281.05º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120518 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18524-
CMYK0.250.7900.91
HSL281.05º65.52%5.69%-
HSV(B)281.05º79.17%9.41%-
XYZ0.470.30.9-
YUV11.05135.31132.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=38.30%
G=10.64%
B=51.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal185240.250.7900.91281.0565.525.69
Hex12518194F05B119426
Octal225303111701334311026
Binary1001010111000110011001111010110111000110011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120518; }

 p { color: rgb(18,5,24); }

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

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

 a { background-color: rgb(18,5,24); }

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

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

 span { border-color: rgb(18,5,24); }

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