#120526

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

Shades of Blackcurrant #120526

Tints of Blackcurrant #120526

Color information

#120526 (or 0x120526) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 26. RGB value is (18,5,38). Sum of RGB (Red+Green+Blue) = 18+5+38=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #120526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120526 is #EDFAD9. Grayscale: #0C0C0C. Windows color (decimal): -15596250 or 2491666. OLE color: 2491666.

HSL color Cylindrical-coordinate representation of color #120526: hue angle of 263.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #120526 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB18538-
CMYK0.530.8700.85
HSL263.64º76.74%8.43%-
HSV(B)263.64º86.84%14.9%-
XYZ0.650.381.87-
YUV12.65142.31131.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 38 (15.23% from 255) = 62.30%
R=29.51%
G=8.20%
B=62.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal185380.530.8700.85263.6476.748.43
Hex1252635570551084d8
Octal2254665127012541011510
Binary1001010110011011010110101110101010110000100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120526; }

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

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

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

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

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

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

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

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