Html Css Color HEX #14021C Blackcurrant

📋 copy color: '#14021C'

red 20 ◦ green 2 ◦ blue 28

#14021C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #14021C

Tints of Blackcurrant #14021C

RGB

 RED value IS 20 (8.2% from 255) = 40%

 GREEN value IS 2 (1.17% from 255) = 4%

 BLUE value IS 28 (11.33% from 255) = 56%

R = 40%
G = 4%
B = 56%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14021C (or 0x14021C) is known color: Blackcurrant. HEX triplet: 14, 02 and 1C. RGB value is (20,2,28). Sum of RGB (Red+Green+Blue) = 20+2+28=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #14021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14021C is #EBFDE3. Grayscale: #0A0A0A. Windows color (decimal): -15465956 or 1835540. OLE color: 1835540.

HSL color Cylindrical-coordinate representation of color #14021C: hue angle of 281.54º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14021C is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 2 28 -
CMYK 0.29 0.93 0 0.89
HSL 281.54º 0.87% 0.06% -
HSV(B) 281.54º 0.93% 0.11% -
XYZ 0.52 0.28 1.12 -
YUV 10.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 20 2 28 0.29 0.93 0 0.89 281.54 0.87 0.06
Hex 14 2 1C 1D 5D 0 59 11A 57 6
Octal 24 2 34 35 135 0 131 432 127 6
Binary 10100 10 11100 11101 1011101 0 1011001 100011010 1010111 110

Color Harmonies of #14021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14021C

Black with #14021C

Text Example


Text Example

White with #14021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14021C; }

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

 H1.HeaderClassName
 {
   color: #14021C;
 }
 .AnyTagClassName
 {
   color: #14021C;
 }
</style>

background-color css

<style>
 a { background-color: #14021C; }

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

 div.DivClassName
 {
   background-color: #14021C;
 }
 .BgClassName
 {
   background-color: #14021C;
 }
</style>

border-color css

<style>
 span { border-color: #14021C; }

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

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