#14061E

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

Shades of Blackcurrant #14061E

Tints of Blackcurrant #14061E

Color information

#14061E (or 0x14061E) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 1E. RGB value is (20,6,30). Sum of RGB (Red+Green+Blue) = 20+6+30=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #14061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14061E is #EBF9E1. Grayscale: #0C0C0C. Windows color (decimal): -15464930 or 1967636. OLE color: 1967636.

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

Color convert

RGB20630-
CMYK0.330.8000.88
HSL275º66.67%7.06%-
HSV(B)275º80%11.76%-
XYZ0.590.371.27-
YUV12.92137.64133.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 6 (2.73% from 255) = 10.71%
BLUE value IS 30 (12.11% from 255) = 53.57%
R=35.71%
G=10.71%
B=53.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal206300.330.8000.8827566.677.06
Hex1461E2150058113437
Octal246364112001304231037
Binary10100110111101000011010000010110001000100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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