#120329

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

Shades of Blackcurrant #120329

Tints of Blackcurrant #120329

Color information

#120329 (or 0x120329) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 29. RGB value is (18,3,41). Sum of RGB (Red+Green+Blue) = 18+3+41=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #120329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120329 is #EDFCD6. Grayscale: #0B0B0B. Windows color (decimal): -15596759 or 2687762. OLE color: 2687762.

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

Color convert

RGB18341-
CMYK0.560.9300.84
HSL263.68º86.36%8.63%-
HSV(B)263.68º92.68%16.08%-
XYZ0.680.352.13-
YUV11.82144.47132.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 41 (16.41% from 255) = 66.13%
R=29.03%
G=4.84%
B=66.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal183410.560.9300.84263.6886.368.63
Hex12329385D054108569
Octal2235170135012441012611
Binary100101110100111100010111010101010010000100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120329; }

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

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

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

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

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

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

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

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