#140424

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

Shades of Blackcurrant #140424

Tints of Blackcurrant #140424

Color information

#140424 (or 0x140424) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 24. RGB value is (20,4,36). Sum of RGB (Red+Green+Blue) = 20+4+36=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #140424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140424 is #EBFBDB. Grayscale: #0C0C0C. Windows color (decimal): -15465436 or 2360340. OLE color: 2360340.

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

Color convert

RGB20436-
CMYK0.440.8900.86
HSL270º80%7.84%-
HSV(B)270º88.89%14.12%-
XYZ0.650.361.7-
YUV12.43141.3133.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 36 (14.45% from 255) = 60%
R=33.33%
G=6.67%
B=60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal204360.440.8900.86270807.84
Hex144242C5905610e508
Octal2444454131012641612010
Binary1010010010010010110010110010101011010000111010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140424; }

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

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

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

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

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

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

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

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