#140626

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

Shades of Blackcurrant #140626

Tints of Blackcurrant #140626

Color information

#140626 (or 0x140626) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 26. RGB value is (20,6,38). Sum of RGB (Red+Green+Blue) = 20+6+38=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #140626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140626 is #EBF9D9. Grayscale: #0D0D0D. Windows color (decimal): -15464922 or 2491924. OLE color: 2491924.

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

Color convert

RGB20638-
CMYK0.470.8400.85
HSL266.25º72.73%8.63%-
HSV(B)266.25º84.21%14.9%-
XYZ0.70.421.88-
YUV13.83141.64132.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 38 (15.23% from 255) = 59.38%
R=31.25%
G=9.38%
B=59.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal206380.470.8400.85266.2572.738.63
Hex146262F5405510a499
Octal2464657124012541211111
Binary1010011010011010111110101000101010110000101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140626; }

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

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

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

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

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

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

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

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