#140234

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

Shades of Blackcurrant #140234

Tints of Blackcurrant #140234

Color information

#140234 (or 0x140234) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 34. RGB value is (20,2,52). Sum of RGB (Red+Green+Blue) = 20+2+52=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #140234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140234 is #EBFDCB. Grayscale: #0C0C0C. Windows color (decimal): -15465932 or 3408404. OLE color: 3408404.

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

Color convert

RGB20252-
CMYK0.620.9600.80
HSL261.6º92.59%10.59%-
HSV(B)261.6º96.15%20.39%-
XYZ0.930.443.28-
YUV13.08149.96132.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 52 (20.70% from 255) = 70.27%
R=27.03%
G=2.70%
B=70.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal202520.620.9600.80261.692.5910.59
Hex142343E600501065db
Octal2426476140012040613513
Binary101001011010011111011000000101000010000011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140234; }

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

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

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

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

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

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

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

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