#140C21

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

Shades of Blackcurrant #140C21

Tints of Blackcurrant #140C21

Color information

#140C21 (or 0x140C21) is unknown color: approx Blackcurrant. HEX triplet: 14, 0C and 21. RGB value is (20,12,33). Sum of RGB (Red+Green+Blue) = 20+12+33=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #140C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C21 is #EBF3DE. Grayscale: #101010. Windows color (decimal): -15463391 or 2165780. OLE color: 2165780.

HSL color Cylindrical-coordinate representation of color #140C21: hue angle of 262.86º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #140C21 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB201233-
CMYK0.390.6400.87
HSL262.86º46.67%8.82%-
HSV(B)262.86º63.64%12.94%-
XYZ0.690.521.5-
YUV16.79137.15130.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 33 (13.28% from 255) = 50.77%
R=30.77%
G=18.46%
B=50.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2012330.390.6400.87262.8646.678.82
Hex14C2127400571072f9
Octal2414414710001274075711
Binary1010011001000011001111000000010101111000001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140C21; }

 p { color: rgb(20,12,33); }

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

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

 a { background-color: rgb(20,12,33); }

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

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

 span { border-color: rgb(20,12,33); }

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