#140629

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

Shades of Blackcurrant #140629

Tints of Blackcurrant #140629

Color information

#140629 (or 0x140629) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 29. RGB value is (20,6,41). Sum of RGB (Red+Green+Blue) = 20+6+41=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #140629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140629 is #EBF9D6. Grayscale: #0E0E0E. Windows color (decimal): -15464919 or 2688532. OLE color: 2688532.

HSL color Cylindrical-coordinate representation of color #140629: hue angle of 264º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140629 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB20641-
CMYK0.510.8500.84
HSL264º74.47%9.22%-
HSV(B)264º85.37%16.08%-
XYZ0.750.442.14-
YUV14.18143.14132.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 6 (2.73% from 255) = 8.96%
BLUE value IS 41 (16.41% from 255) = 61.19%
R=29.85%
G=8.96%
B=61.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal206410.510.8500.8426474.479.22
Hex1462933550541084a9
Octal2465163125012441011211
Binary1010011010100111001110101010101010010000100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140629; }

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

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

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

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

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

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

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

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