#14051F

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

Shades of Blackcurrant #14051F

Tints of Blackcurrant #14051F

Color information

#14051F (or 0x14051F) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 1F. RGB value is (20,5,31). Sum of RGB (Red+Green+Blue) = 20+5+31=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #14051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051F is #EBFAE0. Grayscale: #0C0C0C. Windows color (decimal): -15465185 or 2032916. OLE color: 2032916.

HSL color Cylindrical-coordinate representation of color #14051F: hue angle of 274.62º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14051F is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB20531-
CMYK0.350.8400.88
HSL274.62º72.22%7.06%-
HSV(B)274.62º83.87%12.16%-
XYZ0.590.361.33-
YUV12.45138.47133.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=35.71%
G=8.93%
B=55.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal205310.350.8400.88274.6272.227.06
Hex1451F2354058113487
Octal245374312401304231107
Binary10100101111111000111010100010110001000100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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