#120423

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

Shades of Blackcurrant #120423

Tints of Blackcurrant #120423

Color information

#120423 (or 0x120423) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 23. RGB value is (18,4,35). Sum of RGB (Red+Green+Blue) = 18+4+35=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #120423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120423 is #EDFBDC. Grayscale: #0B0B0B. Windows color (decimal): -15596509 or 2294802. OLE color: 2294802.

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

Color convert

RGB18435-
CMYK0.490.8900.86
HSL267.1º79.49%7.65%-
HSV(B)267.1º88.57%13.73%-
XYZ0.60.341.62-
YUV11.72141.14132.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 35 (14.06% from 255) = 61.40%
R=31.58%
G=7.02%
B=61.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal184350.490.8900.86267.179.497.65
Hex12423315905610b4f8
Octal2244361131012641311710
Binary1001010010001111000110110010101011010000101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120423; }

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

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

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

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

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

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

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

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