#140332

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

Shades of Blackcurrant #140332

Tints of Blackcurrant #140332

Color information

#140332 (or 0x140332) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 32. RGB value is (20,3,50). Sum of RGB (Red+Green+Blue) = 20+3+50=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #140332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140332 is #EBFCCD. Grayscale: #0D0D0D. Windows color (decimal): -15465678 or 3277588. OLE color: 3277588.

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

Color convert

RGB20350-
CMYK0.600.9400.80
HSL261.7º88.68%10.39%-
HSV(B)261.7º94%19.61%-
XYZ0.90.443.06-
YUV13.44148.63132.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 50 (19.92% from 255) = 68.49%
R=27.40%
G=4.11%
B=68.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal203500.600.9400.80261.788.6810.39
Hex143323C5E05010659a
Octal2436274136012040613112
Binary101001111001011110010111100101000010000011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140332; }

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

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

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

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

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

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

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

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