#120123

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

Shades of Blackcurrant #120123

Tints of Blackcurrant #120123

Color information

#120123 (or 0x120123) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 23. RGB value is (18,1,35). Sum of RGB (Red+Green+Blue) = 18+1+35=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #120123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120123 is #EDFEDC. Grayscale: #090909. Windows color (decimal): -15597277 or 2294034. OLE color: 2294034.

HSL color Cylindrical-coordinate representation of color #120123: hue angle of 270º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120123 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB18135-
CMYK0.490.9700.86
HSL270º94.44%7.06%-
HSV(B)270º97.14%13.73%-
XYZ0.560.271.61-
YUV9.96142.13133.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 35 (14.06% from 255) = 64.81%
R=33.33%
G=1.85%
B=64.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal181350.490.9700.8627094.447.06
Hex12123316105610e5e7
Octal221436114101264161367
Binary1001011000111100011100001010101101000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120123; }

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

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

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

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

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

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

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

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