#120328

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

Shades of Blackcurrant #120328

Tints of Blackcurrant #120328

Color information

#120328 (or 0x120328) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 28. RGB value is (18,3,40). Sum of RGB (Red+Green+Blue) = 18+3+40=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #120328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120328 is #EDFCD7. Grayscale: #0B0B0B. Windows color (decimal): -15596760 or 2622226. OLE color: 2622226.

HSL color Cylindrical-coordinate representation of color #120328: hue angle of 264.32º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120328 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB18340-
CMYK0.550.9300.84
HSL264.32º86.05%8.43%-
HSV(B)264.32º92.5%15.69%-
XYZ0.670.352.04-
YUV11.7143.97132.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 40 (16.02% from 255) = 65.57%
R=29.51%
G=4.92%
B=65.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal183400.550.9300.84264.3286.058.43
Hex12328375D054108568
Octal2235067135012441012610
Binary100101110100011011110111010101010010000100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120328; }

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

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

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

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

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

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

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

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