#140136

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

Shades of Blackcurrant #140136

Tints of Blackcurrant #140136

Color information

#140136 (or 0x140136) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 36. RGB value is (20,1,54). Sum of RGB (Red+Green+Blue) = 20+1+54=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #140136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140136 is #EBFEC9. Grayscale: #0C0C0C. Windows color (decimal): -15466186 or 3539220. OLE color: 3539220.

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

Color convert

RGB20154-
CMYK0.630.9800.79
HSL261.51º96.36%10.78%-
HSV(B)261.51º98.15%21.18%-
XYZ0.970.443.52-
YUV12.72151.29133.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 54 (21.48% from 255) = 72%
R=26.67%
G=1.33%
B=72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal201540.630.9800.79261.5196.3610.78
Hex141363F6204F10660b
Octal2416677142011740614013
Binary10100111011011111111000100100111110000011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140136; }

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

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

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

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

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

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

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

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