#140333

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

Shades of Blackcurrant #140333

Tints of Blackcurrant #140333

Color information

#140333 (or 0x140333) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 33. RGB value is (20,3,51). Sum of RGB (Red+Green+Blue) = 20+3+51=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #140333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140333 is #EBFCCC. Grayscale: #0D0D0D. Windows color (decimal): -15465677 or 3343124. OLE color: 3343124.

HSL color Cylindrical-coordinate representation of color #140333: hue angle of 261.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #140333 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB20351-
CMYK0.610.9400.8
HSL261.25º88.89%10.59%-
HSV(B)261.25º94.12%20%-
XYZ0.920.453.17-
YUV13.56149.13132.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 51 (20.31% from 255) = 68.92%
R=27.03%
G=4.05%
B=68.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal203510.610.9400.8261.2588.8910.59
Hex143333D5E05010559b
Octal2436375136012040513113
Binary101001111001111110110111100101000010000010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140333; }

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

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

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

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

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

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

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

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