#140126

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

Shades of Blackcurrant #140126

Tints of Blackcurrant #140126

Color information

#140126 (or 0x140126) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 26. RGB value is (20,1,38). Sum of RGB (Red+Green+Blue) = 20+1+38=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #140126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140126 is #EBFED9. Grayscale: #0A0A0A. Windows color (decimal): -15466202 or 2490644. OLE color: 2490644.

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

Color convert

RGB20138-
CMYK0.470.9700.85
HSL270.81º94.87%7.65%-
HSV(B)270.81º97.37%14.9%-
XYZ0.650.311.86-
YUV10.9143.29134.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 38 (15.23% from 255) = 64.41%
R=33.90%
G=1.69%
B=64.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal201380.470.9700.85270.8194.877.65
Hex141262F6105510f5f8
Octal2414657141012541713710
Binary10100110011010111111000010101010110000111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140126; }

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

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

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

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

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

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

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

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