#120132

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

Shades of Blackcurrant #120132

Tints of Blackcurrant #120132

Color information

#120132 (or 0x120132) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 32. RGB value is (18,1,50). Sum of RGB (Red+Green+Blue) = 18+1+50=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #120132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120132 is #EDFECD. Grayscale: #0B0B0B. Windows color (decimal): -15597262 or 3277074. OLE color: 3277074.

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

Color convert

RGB18150-
CMYK0.640.9800.80
HSL260.82º96.08%10%-
HSV(B)260.82º98%19.61%-
XYZ0.840.383.05-
YUV11.67149.63132.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 50 (19.92% from 255) = 72.46%
R=26.09%
G=1.45%
B=72.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal181500.640.9800.80260.8296.0810
Hex12132406205010560a
Octal22162100142012040514012
Binary100101110010100000011000100101000010000010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120132; }

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

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

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

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

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

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

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

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