#14022D

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

Shades of Blackcurrant #14022D

Tints of Blackcurrant #14022D

Color information

#14022D (or 0x14022D) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 2D. RGB value is (20,2,45). Sum of RGB (Red+Green+Blue) = 20+2+45=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #14022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14022D is #EBFDD2. Grayscale: #0C0C0C. Windows color (decimal): -15465939 or 2949652. OLE color: 2949652.

HSL color Cylindrical-coordinate representation of color #14022D: hue angle of 265.12º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14022D is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB20245-
CMYK0.560.9600.82
HSL265.12º91.49%9.22%-
HSV(B)265.12º95.56%17.65%-
XYZ0.780.382.51-
YUV12.28146.46133.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 45 (17.97% from 255) = 67.16%
R=29.85%
G=2.99%
B=67.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal202450.560.9600.82265.1291.499.22
Hex1422D38600521095b9
Octal2425570140012241113311
Binary101001010110111100011000000101001010000100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14022D; }

 p { color: rgb(20,2,45); }

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

<style>
 a { background-color: #14022D; }

 a { background-color: rgb(20,2,45); }

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

<style>
 span { border-color: #14022D; }

 span { border-color: rgb(20,2,45); }

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