#140032

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

Shades of Blackcurrant #140032

Tints of Blackcurrant #140032

Color information

#140032 (or 0x140032) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 32. RGB value is (20,0,50). Sum of RGB (Red+Green+Blue) = 20+0+50=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #140032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140032 is #EBFFCD. Grayscale: #0B0B0B. Windows color (decimal): -15466446 or 3276820. OLE color: 3276820.

HSL color Cylindrical-coordinate representation of color #140032: hue angle of 264º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140032 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB20050-
CMYK0.60100.80
HSL264º100%9.8%-
HSV(B)264º100%19.61%-
XYZ0.860.383.05-
YUV11.68149.63133.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 71.43%
R=28.57%
G=0%
B=71.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal200500.60100.802641009.8
Hex140323C6405010864a
Octal2406274144012041014412
Binary10100011001011110011001000101000010000100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140032; }

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

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

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

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

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

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

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

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