#120525

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

Shades of Blackcurrant #120525

Tints of Blackcurrant #120525

Color information

#120525 (or 0x120525) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 25. RGB value is (18,5,37). Sum of RGB (Red+Green+Blue) = 18+5+37=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #120525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120525 is #EDFADA. Grayscale: #0C0C0C. Windows color (decimal): -15596251 or 2426130. OLE color: 2426130.

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

Color convert

RGB18537-
CMYK0.510.8600.85
HSL264.38º76.19%8.24%-
HSV(B)264.38º86.49%14.51%-
XYZ0.640.371.79-
YUV12.54141.81131.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 37 (14.84% from 255) = 61.67%
R=30%
G=8.33%
B=61.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal185370.510.8600.85264.3876.198.24
Hex1252533560551084c8
Octal2254563126012541011410
Binary1001010110010111001110101100101010110000100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120525; }

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

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

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

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

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

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

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

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