#14042F

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

Shades of Blackcurrant #14042F

Tints of Blackcurrant #14042F

Color information

#14042F (or 0x14042F) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 2F. RGB value is (20,4,47). Sum of RGB (Red+Green+Blue) = 20+4+47=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #14042F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14042F is #EBFBD0. Grayscale: #0D0D0D. Windows color (decimal): -15465425 or 3081236. OLE color: 3081236.

HSL color Cylindrical-coordinate representation of color #14042F: hue angle of 262.33º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14042F is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB20447-
CMYK0.570.9100.82
HSL262.33º84.31%10%-
HSV(B)262.33º91.49%18.43%-
XYZ0.840.442.73-
YUV13.69146.8132.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 47 (18.75% from 255) = 66.20%
R=28.17%
G=5.63%
B=66.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal204470.570.9100.82262.3384.3110
Hex1442F395B05210654a
Octal2445771133012240612412
Binary1010010010111111100110110110101001010000011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,4,47); }

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

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

 a { background-color: rgb(20,4,47); }

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

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

 span { border-color: rgb(20,4,47); }

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