#120232

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

Shades of Blackcurrant #120232

Tints of Blackcurrant #120232

Color information

#120232 (or 0x120232) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 32. RGB value is (18,2,50). Sum of RGB (Red+Green+Blue) = 18+2+50=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #120232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120232 is #EDFDCD. Grayscale: #0C0C0C. Windows color (decimal): -15597006 or 3277330. OLE color: 3277330.

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

Color convert

RGB18250-
CMYK0.640.9600.80
HSL260º92.31%10.2%-
HSV(B)260º96%19.61%-
XYZ0.850.43.05-
YUV12.26149.3132.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.71%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 50 (19.92% from 255) = 71.43%
R=25.71%
G=2.86%
B=71.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal182500.640.9600.8026092.3110.2
Hex1223240600501045ca
Octal22262100140012040413412
Binary1001010110010100000011000000101000010000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120232; }

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

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

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

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

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

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

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

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