#140239

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

Shades of Blackcurrant #140239

Tints of Blackcurrant #140239

Color information

#140239 (or 0x140239) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 39. RGB value is (20,2,57). Sum of RGB (Red+Green+Blue) = 20+2+57=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 57 (22.66% from 255 or 72.15% from 79); Max value from RGB is 57 - color contains mainly: blue. Hex color #140239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140239 is #EBFDC6. Grayscale: #0D0D0D. Windows color (decimal): -15465927 or 3736084. OLE color: 3736084.

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

Color convert

RGB20257-
CMYK0.650.9600.78
HSL259.64º93.22%11.57%-
HSV(B)259.64º96.49%22.35%-
XYZ1.050.493.91-
YUV13.65152.46132.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 57 (22.66% from 255) = 72.15%
R=25.32%
G=2.53%
B=72.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal202570.650.9600.78259.6493.2211.57
Hex14239416004E1045dc
Octal24271101140011640413514
Binary1010010111001100000111000000100111010000010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140239; }

 p { color: rgb(20,2,57); }

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

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

 a { background-color: rgb(20,2,57); }

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

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

 span { border-color: rgb(20,2,57); }

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