Html Css Color HEX #14041B Blackcurrant

📋 copy color: '#14041B'

red 20 ◦ green 4 ◦ blue 27

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

Shades of Blackcurrant #14041B

Tints of Blackcurrant #14041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 52.94%

R = 39.22%
G = 7.84%
B = 52.94%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14041B (or 0x14041B) is known color: Blackcurrant. HEX triplet: 14, 04 and 1B. RGB value is (20,4,27). Sum of RGB (Red+Green+Blue) = 20+4+27=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #14041B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14041B is #EBFBE4. Grayscale: #0B0B0B. Windows color (decimal): -15465445 or 1770516. OLE color: 1770516.

HSL color Cylindrical-coordinate representation of color #14041B: hue angle of 281.74º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14041B is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 4 27 -
CMYK 0.26 0.85 0 0.89
HSL 281.74º 0.74% 0.06% -
HSV(B) 281.74º 0.85% 0.11% -
XYZ 0.53 0.31 1.07 -
YUV 11.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 20 4 27 0.26 0.85 0 0.89 281.74 0.74 0.06
Hex 14 4 1B 1A 55 0 59 11A 4A 6
Octal 24 4 33 32 125 0 131 432 112 6
Binary 10100 100 11011 11010 1010101 0 1011001 100011010 1001010 110

Color Harmonies of #14041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14041B

Black with #14041B

Text Example


Text Example

White with #14041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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