Html Css Color HEX #14041A Blackcurrant

📋 copy color: '#14041A'

red 20 ◦ green 4 ◦ blue 26

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

Shades of Blackcurrant #14041A

Tints of Blackcurrant #14041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8%

 BLUE value IS 26 (10.55% from 255) = 52%

R = 40%
G = 8%
B = 52%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#14041A (or 0x14041A) is known color: Blackcurrant. HEX triplet: 14, 04 and 1A. RGB value is (20,4,26). Sum of RGB (Red+Green+Blue) = 20+4+26=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #14041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14041A is #EBFBE5. Grayscale: #0B0B0B. Windows color (decimal): -15465446 or 1704980. OLE color: 1704980.

HSL color Cylindrical-coordinate representation of color #14041A: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14041A is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 4 26 -
CMYK 0.23 0.85 0 0.90
HSL 283.64º 0.73% 0.06% -
HSV(B) 283.64º 0.85% 0.1% -
XYZ 0.52 0.31 1.01 -
YUV 11.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 20 4 26 0.23 0.85 0 0.90 283.64 0.73 0.06
Hex 14 4 1A 17 55 0 5A 11C 49 6
Octal 24 4 32 27 125 0 132 434 111 6
Binary 10100 100 11010 10111 1010101 0 1011010 100011100 1001001 110

Color Harmonies of #14041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14041A

Black with #14041A

Text Example


Text Example

White with #14041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14041A; }

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

 H1.HeaderClassName
 {
   color: #14041A;
 }
 .AnyTagClassName
 {
   color: #14041A;
 }
</style>

background-color css

<style>
 a { background-color: #14041A; }

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

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

border-color css

<style>
 span { border-color: #14041A; }

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

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