#140725

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

Shades of Blackcurrant #140725

Tints of Blackcurrant #140725

Color information

#140725 (or 0x140725) is unknown color: approx Blackcurrant. HEX triplet: 14, 07 and 25. RGB value is (20,7,37). Sum of RGB (Red+Green+Blue) = 20+7+37=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #140725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140725 is #EBF8DA. Grayscale: #0E0E0E. Windows color (decimal): -15464667 or 2426644. OLE color: 2426644.

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

Color convert

RGB20737-
CMYK0.460.8100.85
HSL266º68.18%8.63%-
HSV(B)266º81.08%14.51%-
XYZ0.70.431.8-
YUV14.31140.81132.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 7 (3.12% from 255) = 10.94%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=31.25%
G=10.94%
B=57.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal207370.460.8100.8526668.188.63
Hex147252E5105510a449
Octal2474556121012541210411
Binary1010011110010110111010100010101010110000101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140725; }

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

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

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

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

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

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

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

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