#120314

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

Shades of Blackcurrant #120314

Tints of Blackcurrant #120314

Color information

#120314 (or 0x120314) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 14. RGB value is (18,3,20). Sum of RGB (Red+Green+Blue) = 18+3+20=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #120314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120314 is #EDFCEB. Grayscale: #090909. Windows color (decimal): -15596780 or 1311506. OLE color: 1311506.

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

Color convert

RGB18320-
CMYK0.100.8500.92
HSL292.94º73.91%4.51%-
HSV(B)292.94º85%7.84%-
XYZ0.410.240.69-
YUV9.42133.97134.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=43.90%
G=7.32%
B=48.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal183200.100.8500.92292.9473.914.51
Hex12314A5505C1254a5
Octal223241212501344451125
Binary10010111010010101010101010111001001001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120314; }

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

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

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

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

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

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

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

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