#140631

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

Shades of Blackcurrant #140631

Tints of Blackcurrant #140631

Color information

#140631 (or 0x140631) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 31. RGB value is (20,6,49). Sum of RGB (Red+Green+Blue) = 20+6+49=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #140631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140631 is #EBF9CE. Grayscale: #0E0E0E. Windows color (decimal): -15464911 or 3212820. OLE color: 3212820.

HSL color Cylindrical-coordinate representation of color #140631: hue angle of 259.53º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140631 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB20649-
CMYK0.590.8800.81
HSL259.53º78.18%10.78%-
HSV(B)259.53º87.76%19.22%-
XYZ0.910.52.95-
YUV15.09147.14131.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 49 (19.53% from 255) = 65.33%
R=26.67%
G=8%
B=65.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal206490.590.8800.81259.5378.1810.78
Hex146313B580511044eb
Octal2466173130012140411613
Binary1010011011000111101110110000101000110000010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140631; }

 p { color: rgb(20,6,49); }

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

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

 a { background-color: rgb(20,6,49); }

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

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

 span { border-color: rgb(20,6,49); }

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