#14022E

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

Shades of Blackcurrant #14022E

Tints of Blackcurrant #14022E

Color information

#14022E (or 0x14022E) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 2E. RGB value is (20,2,46). Sum of RGB (Red+Green+Blue) = 20+2+46=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #14022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14022E is #EBFDD1. Grayscale: #0C0C0C. Windows color (decimal): -15465938 or 3015188. OLE color: 3015188.

HSL color Cylindrical-coordinate representation of color #14022E: hue angle of 264.55º degrees, saturation: 0.92, 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 #14022E is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB20246-
CMYK0.570.9600.82
HSL264.55º91.67%9.41%-
HSV(B)264.55º95.65%18.04%-
XYZ0.80.392.62-
YUV12.4146.96133.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 46 (18.36% from 255) = 67.65%
R=29.41%
G=2.94%
B=67.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal202460.570.9600.82264.5591.679.41
Hex1422E39600521095c9
Octal2425671140012241113411
Binary101001010111011100111000000101001010000100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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