#140125

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

Shades of Blackcurrant #140125

Tints of Blackcurrant #140125

Color information

#140125 (or 0x140125) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 25. RGB value is (20,1,37). Sum of RGB (Red+Green+Blue) = 20+1+37=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #140125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140125 is #EBFEDA. Grayscale: #0A0A0A. Windows color (decimal): -15466203 or 2425108. OLE color: 2425108.

HSL color Cylindrical-coordinate representation of color #140125: hue angle of 271.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140125 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB20137-
CMYK0.460.9700.85
HSL271.67º94.74%7.45%-
HSV(B)271.67º97.3%14.51%-
XYZ0.630.31.78-
YUV10.78142.79134.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 37 (14.84% from 255) = 63.79%
R=34.48%
G=1.72%
B=63.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal201370.460.9700.85271.6794.747.45
Hex141252E610551105f7
Octal241455614101254201377
Binary1010011001011011101100001010101011000100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140125; }

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

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

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

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

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

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

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

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