#140925

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

Shades of Blackcurrant #140925

Tints of Blackcurrant #140925

Color information

#140925 (or 0x140925) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 25. RGB value is (20,9,37). Sum of RGB (Red+Green+Blue) = 20+9+37=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #140925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140925 is #EBF6DA. Grayscale: #0F0F0F. Windows color (decimal): -15464155 or 2427156. OLE color: 2427156.

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

Color convert

RGB20937-
CMYK0.460.7600.85
HSL263.57º60.87%9.02%-
HSV(B)263.57º75.68%14.51%-
XYZ0.720.481.8-
YUV15.48140.14131.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=30.30%
G=13.64%
B=56.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal209370.460.7600.85263.5760.879.02
Hex149252E4C0551083d9
Octal2411455611401254107511
Binary1010010011001011011101001100010101011000010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140925; }

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

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

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

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

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

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

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

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