#140525

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

Shades of Blackcurrant #140525

Tints of Blackcurrant #140525

Color information

#140525 (or 0x140525) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 25. RGB value is (20,5,37). Sum of RGB (Red+Green+Blue) = 20+5+37=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #140525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140525 is #EBFADA. Grayscale: #0D0D0D. Windows color (decimal): -15465179 or 2426132. OLE color: 2426132.

HSL color Cylindrical-coordinate representation of color #140525: hue angle of 268.12º 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 #140525 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB20537-
CMYK0.460.8600.85
HSL268.12º76.19%8.24%-
HSV(B)268.12º86.49%14.51%-
XYZ0.680.391.79-
YUV13.13141.47132.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 37 (14.84% from 255) = 59.68%
R=32.26%
G=8.06%
B=59.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal205370.460.8600.85268.1276.198.24
Hex145252E5605510c4c8
Octal2454556126012541411410
Binary1010010110010110111010101100101010110000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140525; }

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

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

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

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

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

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

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

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