#120333

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

Shades of Blackcurrant #120333

Tints of Blackcurrant #120333

Color information

#120333 (or 0x120333) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 33. RGB value is (18,3,51). Sum of RGB (Red+Green+Blue) = 18+3+51=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #120333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120333 is #EDFCCC. Grayscale: #0C0C0C. Windows color (decimal): -15596749 or 3343122. OLE color: 3343122.

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

Color convert

RGB18351-
CMYK0.650.9400.8
HSL258.75º88.89%10.59%-
HSV(B)258.75º94.12%20%-
XYZ0.880.433.17-
YUV12.96149.47131.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 51 (20.31% from 255) = 70.83%
R=25%
G=4.17%
B=70.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal183510.650.9400.8258.7588.8910.59
Hex12333415E05010359b
Octal22363101136012040313113
Binary1001011110011100000110111100101000010000001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120333; }

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

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

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

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

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

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

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

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