#140224

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

Shades of Blackcurrant #140224

Tints of Blackcurrant #140224

Color information

#140224 (or 0x140224) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 24. RGB value is (20,2,36). Sum of RGB (Red+Green+Blue) = 20+2+36=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #140224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140224 is #EBFDDB. Grayscale: #0B0B0B. Windows color (decimal): -15465948 or 2359828. OLE color: 2359828.

HSL color Cylindrical-coordinate representation of color #140224: hue angle of 271.76º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140224 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB20236-
CMYK0.440.9400.86
HSL271.76º89.47%7.45%-
HSV(B)271.76º94.44%14.12%-
XYZ0.630.321.7-
YUV11.26141.96134.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 36 (14.45% from 255) = 62.07%
R=34.48%
G=3.45%
B=62.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal202360.440.9400.86271.7689.477.45
Hex142242C5E056110597
Octal242445413601264201317
Binary10100101001001011001011110010101101000100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140224; }

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

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

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

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

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

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

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

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