#120023

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

Shades of Blackcurrant #120023

Tints of Blackcurrant #120023

Color information

#120023 (or 0x120023) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 23. RGB value is (18,0,35). Sum of RGB (Red+Green+Blue) = 18+0+35=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #120023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120023 is #EDFFDC. Grayscale: #090909. Windows color (decimal): -15597533 or 2293778. OLE color: 2293778.

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

Color convert

RGB18035-
CMYK0.49100.86
HSL270.86º100%6.86%-
HSV(B)270.86º100%13.73%-
XYZ0.550.251.61-
YUV9.37142.46134.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=33.96%
G=0%
B=66.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal180350.49100.86270.861006.86
Hex12023316405610f647
Octal220436114401264171447
Binary1001001000111100011100100010101101000011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120023; }

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

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

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

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

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

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

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

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