#120523

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

Shades of Blackcurrant #120523

Tints of Blackcurrant #120523

Color information

#120523 (or 0x120523) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 23. RGB value is (18,5,35). Sum of RGB (Red+Green+Blue) = 18+5+35=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #120523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120523 is #EDFADC. Grayscale: #0C0C0C. Windows color (decimal): -15596253 or 2295058. OLE color: 2295058.

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

Color convert

RGB18535-
CMYK0.490.8600.86
HSL266º75%7.84%-
HSV(B)266º85.71%13.73%-
XYZ0.610.361.63-
YUV12.31140.81132.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 35 (14.06% from 255) = 60.34%
R=31.03%
G=8.62%
B=60.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal185350.490.8600.86266757.84
Hex12523315605610a4b8
Octal2254361126012641211310
Binary1001010110001111000110101100101011010000101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120523; }

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

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

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

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

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

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

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

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