#140026

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

Shades of Blackcurrant #140026

Tints of Blackcurrant #140026

Color information

#140026 (or 0x140026) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 26. RGB value is (20,0,38). Sum of RGB (Red+Green+Blue) = 20+0+38=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #140026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140026 is #EBFFD9. Grayscale: #0A0A0A. Windows color (decimal): -15466458 or 2490388. OLE color: 2490388.

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

Color convert

RGB20038-
CMYK0.47100.85
HSL271.58º100%7.45%-
HSV(B)271.58º100%14.9%-
XYZ0.640.291.86-
YUV10.31143.63134.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 65.52%
R=34.48%
G=0%
B=65.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal200380.47100.85271.581007.45
Hex140262F64055110647
Octal240465714401254201447
Binary1010001001101011111100100010101011000100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140026; }

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

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

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

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

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

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

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

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