#120514

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

Shades of Blackcurrant #120514

Tints of Blackcurrant #120514

Color information

#120514 (or 0x120514) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 14. RGB value is (18,5,20). Sum of RGB (Red+Green+Blue) = 18+5+20=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 20 (8.20% from 255 or 46.51% from 43); Max value from RGB is 20 - color contains mainly: blue. Hex color #120514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120514 is #EDFAEB. Grayscale: #0A0A0A. Windows color (decimal): -15596268 or 1312018. OLE color: 1312018.

HSL color Cylindrical-coordinate representation of color #120514: hue angle of 292º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #120514 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB18520-
CMYK0.100.7500.92
HSL292º60%4.9%-
HSV(B)292º75%7.84%-
XYZ0.430.290.69-
YUV10.6133.31133.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 20 (8.20% from 255) = 46.51%
R=41.86%
G=11.63%
B=46.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal185200.100.7500.92292604.9
Hex12514A4B05C1243c5
Octal22524121130134444745
Binary10010101101001010100101101011100100100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120514; }

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

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

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

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

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

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

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

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