#14061F

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

Shades of Blackcurrant #14061F

Tints of Blackcurrant #14061F

Color information

#14061F (or 0x14061F) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 1F. RGB value is (20,6,31). Sum of RGB (Red+Green+Blue) = 20+6+31=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #14061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14061F is #EBF9E0. Grayscale: #0C0C0C. Windows color (decimal): -15464929 or 2033172. OLE color: 2033172.

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

Color convert

RGB20631-
CMYK0.350.8100.88
HSL273.6º67.57%7.25%-
HSV(B)273.6º80.65%12.16%-
XYZ0.60.381.34-
YUV13.04138.14132.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.09%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 31 (12.5% from 255) = 54.39%
R=35.09%
G=10.53%
B=54.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal206310.350.8100.88273.667.577.25
Hex1461F2351058112447
Octal246374312101304221047
Binary10100110111111000111010001010110001000100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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