#140926

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

Shades of Blackcurrant #140926

Tints of Blackcurrant #140926

Color information

#140926 (or 0x140926) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 26. RGB value is (20,9,38). Sum of RGB (Red+Green+Blue) = 20+9+38=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #140926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140926 is #EBF6D9. Grayscale: #0F0F0F. Windows color (decimal): -15464154 or 2492692. OLE color: 2492692.

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

Color convert

RGB20938-
CMYK0.470.7600.85
HSL262.76º61.7%9.22%-
HSV(B)262.76º76.32%14.9%-
XYZ0.740.481.89-
YUV15.6140.64131.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 38 (15.23% from 255) = 56.72%
R=29.85%
G=13.43%
B=56.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal209380.470.7600.85262.7661.79.22
Hex149262F4C0551073e9
Octal2411465711401254077611
Binary1010010011001101011111001100010101011000001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140926; }

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

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

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

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

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

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

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

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