Html Css Color HEX #14042E Blackcurrant

📋 copy color: '#14042E'

red 20 ◦ green 4 ◦ blue 46

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

Shades of Blackcurrant #14042E

Tints of Blackcurrant #14042E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 65.71%

R = 28.57%
G = 5.71%
B = 65.71%

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

#14042E (or 0x14042E) is known color: Blackcurrant. HEX triplet: 14, 04 and 2E. RGB value is (20,4,46). Sum of RGB (Red+Green+Blue) = 20+4+46=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #14042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14042E is #EBFBD1. Grayscale: #0D0D0D. Windows color (decimal): -15465426 or 3015700. OLE color: 3015700.

HSL color Cylindrical-coordinate representation of color #14042E: hue angle of 262.86º 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 #14042E is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 4 46 -
CMYK 0.57 0.91 0 0.82
HSL 262.86º 0.84% 0.1% -
HSV(B) 262.86º 0.91% 0.18% -
XYZ 0.83 0.43 2.62 -
YUV 13.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 20 4 46 0.57 0.91 0 0.82 262.86 0.84 0.1
Hex 14 4 2E 39 5B 0 52 107 54 A
Octal 24 4 56 71 133 0 122 407 124 12
Binary 10100 100 101110 111001 1011011 0 1010010 100000111 1010100 1010

Color Harmonies of #14042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14042E

Black with #14042E

Text Example


Text Example

White with #14042E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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