#120517

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

Shades of Blackcurrant #120517

Tints of Blackcurrant #120517

Color information

#120517 (or 0x120517) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 17. RGB value is (18,5,23). Sum of RGB (Red+Green+Blue) = 18+5+23=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #120517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120517 is #EDFAE8. Grayscale: #0A0A0A. Windows color (decimal): -15596265 or 1508626. OLE color: 1508626.

HSL color Cylindrical-coordinate representation of color #120517: hue angle of 283.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120517 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB18523-
CMYK0.220.7800.91
HSL283.33º64.29%5.49%-
HSV(B)283.33º78.26%9.02%-
XYZ0.460.30.84-
YUV10.94134.81133.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 23 (9.38% from 255) = 50%
R=39.13%
G=10.87%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal185230.220.7800.91283.3364.295.49
Hex12517164E05B11b405
Octal225272611601334331005
Binary1001010110111101101001110010110111000110111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120517; }

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

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

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

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

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

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

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

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