#140632

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

Shades of Blackcurrant #140632

Tints of Blackcurrant #140632

Color information

#140632 (or 0x140632) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 32. RGB value is (20,6,50). Sum of RGB (Red+Green+Blue) = 20+6+50=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #140632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140632 is #EBF9CD. Grayscale: #0F0F0F. Windows color (decimal): -15464910 or 3278356. OLE color: 3278356.

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

Color convert

RGB20650-
CMYK0.600.8800.80
HSL259.09º78.57%10.98%-
HSV(B)259.09º88%19.61%-
XYZ0.930.513.07-
YUV15.2147.64131.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=26.32%
G=7.89%
B=65.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal206500.600.8800.80259.0978.5710.98
Hex146323C580501034fb
Octal2466274130012040311713
Binary1010011011001011110010110000101000010000001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140632; }

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

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

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

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

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

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

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

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