Html Css Color HEX #14042F Blackcurrant

📋 copy color: '#14042F'

red 20 ◦ green 4 ◦ blue 47

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

Shades of Blackcurrant #14042F

Tints of Blackcurrant #14042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 66.2%

R = 28.17%
G = 5.63%
B = 66.2%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14042F (or 0x14042F) is known color: Blackcurrant. HEX triplet: 14, 04 and 2F. RGB value is (20,4,47). Sum of RGB (Red+Green+Blue) = 20+4+47=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #14042F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14042F is #EBFBD0. Grayscale: #0D0D0D. Windows color (decimal): -15465425 or 3081236. OLE color: 3081236.

HSL color Cylindrical-coordinate representation of color #14042F: hue angle of 262.33º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14042F is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 4 47 -
CMYK 0.57 0.91 0 0.82
HSL 262.33º 0.84% 0.1% -
HSV(B) 262.33º 0.91% 0.18% -
XYZ 0.84 0.44 2.73 -
YUV 13.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 20 4 47 0.57 0.91 0 0.82 262.33 0.84 0.1
Hex 14 4 2F 39 5B 0 52 106 54 A
Octal 24 4 57 71 133 0 122 406 124 12
Binary 10100 100 101111 111001 1011011 0 1010010 100000110 1010100 1010

Color Harmonies of #14042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14042F

Black with #14042F

Text Example


Text Example

White with #14042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14042F; }

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

 H1.HeaderClassName
 {
   color: #14042F;
 }
 .AnyTagClassName
 {
   color: #14042F;
 }
</style>

background-color css

<style>
 a { background-color: #14042F; }

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

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

border-color css

<style>
 span { border-color: #14042F; }

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

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