#140338

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

Shades of Blackcurrant #140338

Tints of Blackcurrant #140338

Color information

#140338 (or 0x140338) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 38. RGB value is (20,3,56). Sum of RGB (Red+Green+Blue) = 20+3+56=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #140338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140338 is #EBFCC7. Grayscale: #0D0D0D. Windows color (decimal): -15465672 or 3670804. OLE color: 3670804.

HSL color Cylindrical-coordinate representation of color #140338: hue angle of 259.25º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140338 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB20356-
CMYK0.640.9500.78
HSL259.25º89.83%11.57%-
HSV(B)259.25º94.64%21.96%-
XYZ1.030.53.78-
YUV14.12151.63132.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 56 (22.27% from 255) = 70.89%
R=25.32%
G=3.80%
B=70.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal203560.640.9500.78259.2589.8311.57
Hex14338405F04E1035ac
Octal24370100137011640313214
Binary1010011111000100000010111110100111010000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140338; }

 p { color: rgb(20,3,56); }

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

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

 a { background-color: rgb(20,3,56); }

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

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

 span { border-color: rgb(20,3,56); }

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