Html Css Color HEX #14032D Blackcurrant

📋 copy color: '#14032D'

red 20 ◦ green 3 ◦ blue 45

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

Shades of Blackcurrant #14032D

Tints of Blackcurrant #14032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.41%

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

R = 29.41%
G = 4.41%
B = 66.18%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14032D (or 0x14032D) is known color: Blackcurrant. HEX triplet: 14, 03 and 2D. RGB value is (20,3,45). Sum of RGB (Red+Green+Blue) = 20+3+45=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #14032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14032D is #EBFCD2. Grayscale: #0C0C0C. Windows color (decimal): -15465683 or 2949908. OLE color: 2949908.

HSL color Cylindrical-coordinate representation of color #14032D: hue angle of 264.29º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14032D is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 3 45 -
CMYK 0.56 0.93 0 0.82
HSL 264.29º 0.88% 0.09% -
HSV(B) 264.29º 0.93% 0.18% -
XYZ 0.79 0.4 2.52 -
YUV 12.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 20 3 45 0.56 0.93 0 0.82 264.29 0.88 0.09
Hex 14 3 2D 38 5D 0 52 108 58 9
Octal 24 3 55 70 135 0 122 410 130 11
Binary 10100 11 101101 111000 1011101 0 1010010 100001000 1011000 1001

Color Harmonies of #14032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14032D

Black with #14032D

Text Example


Text Example

White with #14032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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