#14051E

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

Shades of Blackcurrant #14051E

Tints of Blackcurrant #14051E

Color information

#14051E (or 0x14051E) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 1E. RGB value is (20,5,30). Sum of RGB (Red+Green+Blue) = 20+5+30=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #14051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051E is #EBFAE1. Grayscale: #0C0C0C. Windows color (decimal): -15465186 or 1967380. OLE color: 1967380.

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

Color convert

RGB20530-
CMYK0.330.8300.88
HSL276º71.43%6.86%-
HSV(B)276º83.33%11.76%-
XYZ0.580.351.27-
YUV12.34137.97133.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 30 (12.11% from 255) = 54.55%
R=36.36%
G=9.09%
B=54.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal205300.330.8300.8827671.436.86
Hex1451E2153058114477
Octal245364112301304241077
Binary10100101111101000011010011010110001000101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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