#140137

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

Shades of Blackcurrant #140137

Tints of Blackcurrant #140137

Color information

#140137 (or 0x140137) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 37. RGB value is (20,1,55). Sum of RGB (Red+Green+Blue) = 20+1+55=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #140137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140137 is #EBFEC8. Grayscale: #0C0C0C. Windows color (decimal): -15466185 or 3604756. OLE color: 3604756.

HSL color Cylindrical-coordinate representation of color #140137: hue angle of 261.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140137 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB20155-
CMYK0.640.9800.78
HSL261.11º96.43%10.98%-
HSV(B)261.11º98.18%21.57%-
XYZ0.990.453.65-
YUV12.84151.79133.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 55 (21.88% from 255) = 72.37%
R=26.32%
G=1.32%
B=72.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal201550.640.9800.78261.1196.4310.98
Hex14137406204E10560b
Octal24167100142011640514013
Binary101001110111100000011000100100111010000010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140137; }

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

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

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

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

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

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

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

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