#14051B

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

Shades of Blackcurrant #14051B

Tints of Blackcurrant #14051B

Color information

#14051B (or 0x14051B) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 1B. RGB value is (20,5,27). Sum of RGB (Red+Green+Blue) = 20+5+27=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #14051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051B is #EBFAE4. Grayscale: #0B0B0B. Windows color (decimal): -15465189 or 1770772. OLE color: 1770772.

HSL color Cylindrical-coordinate representation of color #14051B: hue angle of 280.91º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14051B is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB20527-
CMYK0.260.8100.89
HSL280.91º68.75%6.27%-
HSV(B)280.91º81.48%10.59%-
XYZ0.540.341.07-
YUV11.99136.47133.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 27 (10.94% from 255) = 51.92%
R=38.46%
G=9.62%
B=51.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal205270.260.8100.89280.9168.756.27
Hex1451B1A51059119456
Octal245333212101314311056
Binary1010010111011110101010001010110011000110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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