Html Css Color HEX #14022E Blackcurrant

📋 copy color: '#14022E'

red 20 ◦ green 2 ◦ blue 46

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

Shades of Blackcurrant #14022E

Tints of Blackcurrant #14022E

RGB

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

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

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

R = 29.41%
G = 2.94%
B = 67.65%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14022E (or 0x14022E) is known color: Blackcurrant. HEX triplet: 14, 02 and 2E. RGB value is (20,2,46). Sum of RGB (Red+Green+Blue) = 20+2+46=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 46 (18.36% from 255 or 67.65% from 68); Max value from RGB is 46 - color contains mainly: blue. Hex color #14022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14022E is #EBFDD1. Grayscale: #0C0C0C. Windows color (decimal): -15465938 or 3015188. OLE color: 3015188.

HSL color Cylindrical-coordinate representation of color #14022E: hue angle of 264.55º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14022E is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 2 46 -
CMYK 0.57 0.96 0 0.82
HSL 264.55º 0.92% 0.09% -
HSV(B) 264.55º 0.96% 0.18% -
XYZ 0.8 0.39 2.62 -
YUV 12.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 20 2 46 0.57 0.96 0 0.82 264.55 0.92 0.09
Hex 14 2 2E 39 60 0 52 109 5C 9
Octal 24 2 56 71 140 0 122 411 134 11
Binary 10100 10 101110 111001 1100000 0 1010010 100001001 1011100 1001

Color Harmonies of #14022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14022E

Black with #14022E

Text Example


Text Example

White with #14022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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