#140127

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

Shades of Blackcurrant #140127

Tints of Blackcurrant #140127

Color information

#140127 (or 0x140127) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 27. RGB value is (20,1,39). Sum of RGB (Red+Green+Blue) = 20+1+39=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #140127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140127 is #EBFED8. Grayscale: #0A0A0A. Windows color (decimal): -15466201 or 2556180. OLE color: 2556180.

HSL color Cylindrical-coordinate representation of color #140127: hue angle of 270º 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 #140127 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB20139-
CMYK0.490.9700.85
HSL270º95%7.84%-
HSV(B)270º97.44%15.29%-
XYZ0.670.321.95-
YUV11.01143.79134.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 39 (15.62% from 255) = 65%
R=33.33%
G=1.67%
B=65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal201390.490.9700.85270957.84
Hex14127316105510e5f8
Octal2414761141012541613710
Binary10100110011111000111000010101010110000111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140127; }

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

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

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

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

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

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

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

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