#140232

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

Shades of Blackcurrant #140232

Tints of Blackcurrant #140232

Color information

#140232 (or 0x140232) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 32. RGB value is (20,2,50). Sum of RGB (Red+Green+Blue) = 20+2+50=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #140232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140232 is #EBFDCD. Grayscale: #0C0C0C. Windows color (decimal): -15465934 or 3277332. OLE color: 3277332.

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

Color convert

RGB20250-
CMYK0.600.9600.80
HSL262.5º92.31%10.2%-
HSV(B)262.5º96%19.61%-
XYZ0.890.423.05-
YUV12.85148.96133.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 50 (19.92% from 255) = 69.44%
R=27.78%
G=2.78%
B=69.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal202500.600.9600.80262.592.3110.2
Hex142323C600501065ca
Octal2426274140012040613412
Binary101001011001011110011000000101000010000011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140232; }

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

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

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

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

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

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

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

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