Html Css Color HEX #14022D Blackcurrant

📋 copy color: '#14022D'

red 20 ◦ green 2 ◦ blue 45

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

Shades of Blackcurrant #14022D

Tints of Blackcurrant #14022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 67.16%

R = 29.85%
G = 2.99%
B = 67.16%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14022D (or 0x14022D) is known color: Blackcurrant. HEX triplet: 14, 02 and 2D. RGB value is (20,2,45). Sum of RGB (Red+Green+Blue) = 20+2+45=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #14022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14022D is #EBFDD2. Grayscale: #0C0C0C. Windows color (decimal): -15465939 or 2949652. OLE color: 2949652.

HSL color Cylindrical-coordinate representation of color #14022D: hue angle of 265.12º degrees, saturation: 0.91, 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 #14022D is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 2 45 -
CMYK 0.56 0.96 0 0.82
HSL 265.12º 0.91% 0.09% -
HSV(B) 265.12º 0.96% 0.18% -
XYZ 0.78 0.38 2.51 -
YUV 12.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 20 2 45 0.56 0.96 0 0.82 265.12 0.91 0.09
Hex 14 2 2D 38 60 0 52 109 5B 9
Octal 24 2 55 70 140 0 122 411 133 11
Binary 10100 10 101101 111000 1100000 0 1010010 100001001 1011011 1001

Color Harmonies of #14022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14022D

Black with #14022D

Text Example


Text Example

White with #14022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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