#140826

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

Shades of Blackcurrant #140826

Tints of Blackcurrant #140826

Color information

#140826 (or 0x140826) is unknown color: approx Blackcurrant. HEX triplet: 14, 08 and 26. RGB value is (20,8,38). Sum of RGB (Red+Green+Blue) = 20+8+38=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #140826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140826 is #EBF7D9. Grayscale: #0E0E0E. Windows color (decimal): -15464410 or 2492436. OLE color: 2492436.

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

Color convert

RGB20838-
CMYK0.470.7900.85
HSL264º65.22%9.02%-
HSV(B)264º78.95%14.9%-
XYZ0.730.461.88-
YUV15.01140.98131.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.30%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 38 (15.23% from 255) = 57.58%
R=30.30%
G=12.12%
B=57.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal208380.470.7900.8526465.229.02
Hex148262F4F055108419
Octal24104657117012541010111
Binary10100100010011010111110011110101010110000100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140826; }

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

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

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

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

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

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

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

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