#120332

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

Shades of Blackcurrant #120332

Tints of Blackcurrant #120332

Color information

#120332 (or 0x120332) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 32. RGB value is (18,3,50). Sum of RGB (Red+Green+Blue) = 18+3+50=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #120332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120332 is #EDFCCD. Grayscale: #0C0C0C. Windows color (decimal): -15596750 or 3277586. OLE color: 3277586.

HSL color Cylindrical-coordinate representation of color #120332: hue angle of 259.15º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120332 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB18350-
CMYK0.640.9400.80
HSL259.15º88.68%10.39%-
HSV(B)259.15º94%19.61%-
XYZ0.860.423.05-
YUV12.84148.97131.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 50 (19.92% from 255) = 70.42%
R=25.35%
G=4.23%
B=70.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal183500.640.9400.80259.1588.6810.39
Hex12332405E05010359a
Octal22362100136012040313112
Binary1001011110010100000010111100101000010000001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120332; }

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

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

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

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

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

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

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

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