#140430

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

Shades of Blackcurrant #140430

Tints of Blackcurrant #140430

Color information

#140430 (or 0x140430) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 30. RGB value is (20,4,48). Sum of RGB (Red+Green+Blue) = 20+4+48=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #140430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140430 is #EBFBCF. Grayscale: #0D0D0D. Windows color (decimal): -15465424 or 3146772. OLE color: 3146772.

HSL color Cylindrical-coordinate representation of color #140430: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140430 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB20448-
CMYK0.580.9200.81
HSL261.82º84.62%10.2%-
HSV(B)261.82º91.67%18.82%-
XYZ0.870.452.84-
YUV13.8147.3132.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=27.78%
G=5.56%
B=66.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal204480.580.9200.81261.8284.6210.2
Hex144303A5C05110655a
Octal2446072134012140612512
Binary1010010011000011101010111000101000110000011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140430; }

 p { color: rgb(20,4,48); }

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

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

 a { background-color: rgb(20,4,48); }

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

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

 span { border-color: rgb(20,4,48); }

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