#14051A

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

Shades of Blackcurrant #14051A

Tints of Blackcurrant #14051A

Color information

#14051A (or 0x14051A) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 1A. RGB value is (20,5,26). Sum of RGB (Red+Green+Blue) = 20+5+26=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #14051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051A is #EBFAE5. Grayscale: #0B0B0B. Windows color (decimal): -15465190 or 1705236. OLE color: 1705236.

HSL color Cylindrical-coordinate representation of color #14051A: hue angle of 282.86º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14051A is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB20526-
CMYK0.230.8100.90
HSL282.86º67.74%6.08%-
HSV(B)282.86º80.77%10.2%-
XYZ0.530.331.01-
YUV11.88135.97133.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=39.22%
G=9.80%
B=50.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal205260.230.8100.90282.8667.746.08
Hex1451A175105A11b446
Octal245322712101324331046
Binary1010010111010101111010001010110101000110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14051A; }

 p { color: rgb(20,5,26); }

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

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

 a { background-color: rgb(20,5,26); }

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

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

 span { border-color: rgb(20,5,26); }

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