#14022B

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

Shades of Blackcurrant #14022B

Tints of Blackcurrant #14022B

Color information

#14022B (or 0x14022B) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 2B. RGB value is (20,2,43). Sum of RGB (Red+Green+Blue) = 20+2+43=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #14022B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14022B is #EBFDD4. Grayscale: #0B0B0B. Windows color (decimal): -15465941 or 2818580. OLE color: 2818580.

HSL color Cylindrical-coordinate representation of color #14022B: hue angle of 266.34º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14022B is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB20243-
CMYK0.530.9500.83
HSL266.34º91.11%8.82%-
HSV(B)266.34º95.35%16.86%-
XYZ0.750.372.32-
YUV12.06145.46133.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 2 (1.17% from 255) = 3.08%
BLUE value IS 43 (17.19% from 255) = 66.15%
R=30.77%
G=3.08%
B=66.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal202430.530.9500.83266.3491.118.82
Hex1422B355F05310a5b9
Octal2425365137012341213311
Binary101001010101111010110111110101001110000101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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