#140036

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

Shades of Blackcurrant #140036

Tints of Blackcurrant #140036

Color information

#140036 (or 0x140036) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 36. RGB value is (20,0,54). Sum of RGB (Red+Green+Blue) = 20+0+54=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #140036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140036 is #EBFFC9. Grayscale: #0B0B0B. Windows color (decimal): -15466442 or 3538964. OLE color: 3538964.

HSL color Cylindrical-coordinate representation of color #140036: hue angle of 262.22º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140036 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB20054-
CMYK0.63100.79
HSL262.22º100%10.59%-
HSV(B)262.22º100%21.18%-
XYZ0.950.423.52-
YUV12.14151.63133.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 72.97%
R=27.03%
G=0%
B=72.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal200540.63100.79262.2210010.59
Hex140363F6404F10664b
Octal2406677144011740614413
Binary10100011011011111111001000100111110000011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140036; }

 p { color: rgb(20,0,54); }

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

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

 a { background-color: rgb(20,0,54); }

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

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

 span { border-color: rgb(20,0,54); }

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