#140730

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

Shades of Blackcurrant #140730

Tints of Blackcurrant #140730

Color information

#140730 (or 0x140730) is unknown color: approx Blackcurrant. HEX triplet: 14, 07 and 30. RGB value is (20,7,48). Sum of RGB (Red+Green+Blue) = 20+7+48=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #140730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140730 is #EBF8CF. Grayscale: #0F0F0F. Windows color (decimal): -15464656 or 3147540. OLE color: 3147540.

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

Color convert

RGB20748-
CMYK0.580.8500.81
HSL259.02º74.55%10.78%-
HSV(B)259.02º85.42%18.82%-
XYZ0.90.512.85-
YUV15.56146.31131.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 48 (19.14% from 255) = 64%
R=26.67%
G=9.33%
B=64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal207480.580.8500.81259.0274.5510.78
Hex147303A550511034bb
Octal2476072125012140311313
Binary1010011111000011101010101010101000110000001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140730; }

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

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

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

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

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

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

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

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