#140235

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

Shades of Blackcurrant #140235

Tints of Blackcurrant #140235

Color information

#140235 (or 0x140235) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 35. RGB value is (20,2,53). Sum of RGB (Red+Green+Blue) = 20+2+53=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #140235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140235 is #EBFDCA. Grayscale: #0D0D0D. Windows color (decimal): -15465931 or 3473940. OLE color: 3473940.

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

Color convert

RGB20253-
CMYK0.620.9600.79
HSL261.18º92.73%10.78%-
HSV(B)261.18º96.23%20.78%-
XYZ0.950.453.4-
YUV13.2150.46132.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 53 (21.09% from 255) = 70.67%
R=26.67%
G=2.67%
B=70.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal202530.620.9600.79261.1892.7310.78
Hex142353E6004F1055db
Octal2426576140011740513513
Binary101001011010111111011000000100111110000010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140235; }

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

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

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

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

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

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

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

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