#140A24

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

Shades of Blackcurrant #140A24

Tints of Blackcurrant #140A24

Color information

#140A24 (or 0x140A24) is unknown color: approx Blackcurrant. HEX triplet: 14, 0A and 24. RGB value is (20,10,36). Sum of RGB (Red+Green+Blue) = 20+10+36=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #140A24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A24 is #EBF5DB. Grayscale: #0F0F0F. Windows color (decimal): -15463900 or 2361876. OLE color: 2361876.

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

Color convert

RGB201036-
CMYK0.440.7200.86
HSL263.08º56.52%9.02%-
HSV(B)263.08º72.22%14.12%-
XYZ0.720.491.73-
YUV15.95139.31130.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=30.30%
G=15.15%
B=54.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2010360.440.7200.86263.0856.529.02
Hex14A242C48056107399
Octal2412445411001264077111
Binary1010010101001001011001001000010101101000001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140A24; }

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

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

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

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

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

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

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

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