#14061B

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

Shades of Blackcurrant #14061B

Tints of Blackcurrant #14061B

Color information

#14061B (or 0x14061B) is unknown color: approx Blackcurrant. HEX triplet: 14, 06 and 1B. RGB value is (20,6,27). Sum of RGB (Red+Green+Blue) = 20+6+27=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #14061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14061B is #EBF9E4. Grayscale: #0C0C0C. Windows color (decimal): -15464933 or 1771028. OLE color: 1771028.

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

Color convert

RGB20627-
CMYK0.260.7800.89
HSL280º63.64%6.47%-
HSV(B)280º77.78%10.59%-
XYZ0.550.361.08-
YUV12.58136.14133.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 6 (2.73% from 255) = 11.32%
BLUE value IS 27 (10.94% from 255) = 50.94%
R=37.74%
G=11.32%
B=50.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal206270.260.7800.8928063.646.47
Hex1461B1A4E059118406
Octal246333211601314301006
Binary1010011011011110101001110010110011000110001000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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