#120316

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

Shades of Blackcurrant #120316

Tints of Blackcurrant #120316

Color information

#120316 (or 0x120316) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 16. RGB value is (18,3,22). Sum of RGB (Red+Green+Blue) = 18+3+22=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #120316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120316 is #EDFCE9. Grayscale: #090909. Windows color (decimal): -15596778 or 1442578. OLE color: 1442578.

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

Color convert

RGB18322-
CMYK0.180.8600.91
HSL287.37º76%4.9%-
HSV(B)287.37º86.36%8.63%-
XYZ0.430.250.79-
YUV9.65134.97133.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=41.86%
G=6.98%
B=51.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal183220.180.8600.91287.37764.9
Hex12316125605B11f4c5
Octal223262212601334371145
Binary100101110110100101010110010110111000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120316; }

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

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

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

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

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

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

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

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