#140218

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

Shades of Blackcurrant #140218

Tints of Blackcurrant #140218

Color information

#140218 (or 0x140218) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 18. RGB value is (20,2,24). Sum of RGB (Red+Green+Blue) = 20+2+24=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #140218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140218 is #EBFDE7. Grayscale: #090909. Windows color (decimal): -15465960 or 1573396. OLE color: 1573396.

HSL color Cylindrical-coordinate representation of color #140218: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140218 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB20224-
CMYK0.170.9200.91
HSL289.09º84.62%5.1%-
HSV(B)289.09º91.67%9.41%-
XYZ0.480.260.89-
YUV9.89135.96135.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=43.48%
G=4.35%
B=52.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202240.170.9200.91289.0984.625.1
Hex14218115C05B121555
Octal242302113401334411255
Binary101001011000100011011100010110111001000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140218; }

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

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

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

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

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

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

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

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