#120233

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

Shades of Blackcurrant #120233

Tints of Blackcurrant #120233

Color information

#120233 (or 0x120233) is unknown color: approx Blackcurrant. HEX triplet: 12, 02 and 33. RGB value is (18,2,51). Sum of RGB (Red+Green+Blue) = 18+2+51=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 51 (20.31% from 255 or 71.83% from 71); Max value from RGB is 51 - color contains mainly: blue. Hex color #120233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120233 is #EDFDCC. Grayscale: #0C0C0C. Windows color (decimal): -15597005 or 3342866. OLE color: 3342866.

HSL color Cylindrical-coordinate representation of color #120233: hue angle of 259.59º 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 #120233 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB18251-
CMYK0.650.9600.8
HSL259.59º92.45%10.39%-
HSV(B)259.59º96.08%20%-
XYZ0.870.413.17-
YUV12.37149.8132.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 51 (20.31% from 255) = 71.83%
R=25.35%
G=2.82%
B=71.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal182510.650.9600.8259.5992.4510.39
Hex1223341600501045ca
Octal22263101140012040413412
Binary1001010110011100000111000000101000010000010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120233; }

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

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

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

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

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

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

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

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