#140228

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

Shades of Blackcurrant #140228

Tints of Blackcurrant #140228

Color information

#140228 (or 0x140228) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 28. RGB value is (20,2,40). Sum of RGB (Red+Green+Blue) = 20+2+40=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #140228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140228 is #EBFDD7. Grayscale: #0B0B0B. Windows color (decimal): -15465944 or 2621972. OLE color: 2621972.

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

Color convert

RGB20240-
CMYK0.50.9500.84
HSL268.42º90.48%8.24%-
HSV(B)268.42º95%15.69%-
XYZ0.690.352.04-
YUV11.71143.96133.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 40 (16.02% from 255) = 64.52%
R=32.26%
G=3.23%
B=64.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal202400.50.9500.84268.4290.488.24
Hex14228325F05410c5a8
Octal2425062137012441413210
Binary101001010100011001010111110101010010000110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140228; }

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

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

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

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

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

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

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

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