#140225

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

Shades of Blackcurrant #140225

Tints of Blackcurrant #140225

Color information

#140225 (or 0x140225) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 25. RGB value is (20,2,37). Sum of RGB (Red+Green+Blue) = 20+2+37=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #140225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140225 is #EBFDDA. Grayscale: #0B0B0B. Windows color (decimal): -15465947 or 2425364. OLE color: 2425364.

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

Color convert

RGB20237-
CMYK0.460.9500.85
HSL270.86º89.74%7.65%-
HSV(B)270.86º94.59%14.51%-
XYZ0.640.331.78-
YUV11.37142.46134.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 37 (14.84% from 255) = 62.71%
R=33.90%
G=3.39%
B=62.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal202370.460.9500.85270.8689.747.65
Hex142252E5F05510f5a8
Octal2424556137012541713210
Binary101001010010110111010111110101010110000111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140225; }

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

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

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

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

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

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

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

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