#140024

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

Shades of Blackcurrant #140024

Tints of Blackcurrant #140024

Color information

#140024 (or 0x140024) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 24. RGB value is (20,0,36). Sum of RGB (Red+Green+Blue) = 20+0+36=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #140024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140024 is #EBFFDB. Grayscale: #090909. Windows color (decimal): -15466460 or 2359316. OLE color: 2359316.

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

Color convert

RGB20036-
CMYK0.44100.86
HSL273.33º100%7.06%-
HSV(B)273.33º100%14.12%-
XYZ0.610.281.69-
YUV10.08142.63135.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 64.29%
R=35.71%
G=0%
B=64.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal200360.44100.86273.331007.06
Hex140242C64056111647
Octal240445414401264211447
Binary1010001001001011001100100010101101000100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140024; }

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

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

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

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

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

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

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

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