Html Css Color HEX #14052C Blackcurrant

📋 copy color: '#14052C'

red 20 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #14052C

Tints of Blackcurrant #14052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.25%

 BLUE value IS 44 (17.58% from 255) = 63.77%

R = 28.99%
G = 7.25%
B = 63.77%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14052C (or 0x14052C) is known color: Blackcurrant. HEX triplet: 14, 05 and 2C. RGB value is (20,5,44). Sum of RGB (Red+Green+Blue) = 20+5+44=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 44 (17.58% from 255 or 63.77% from 69); Max value from RGB is 44 - color contains mainly: blue. Hex color #14052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14052C is #EBFAD3. Grayscale: #0D0D0D. Windows color (decimal): -15465172 or 2884884. OLE color: 2884884.

HSL color Cylindrical-coordinate representation of color #14052C: hue angle of 263.08º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14052C is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 5 44 -
CMYK 0.55 0.89 0 0.83
HSL 263.08º 0.8% 0.1% -
HSV(B) 263.08º 0.89% 0.17% -
XYZ 0.8 0.44 2.43 -
YUV 13.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 20 5 44 0.55 0.89 0 0.83 263.08 0.8 0.1
Hex 14 5 2C 37 59 0 53 107 50 A
Octal 24 5 54 67 131 0 123 407 120 12
Binary 10100 101 101100 110111 1011001 0 1010011 100000111 1010000 1010

Color Harmonies of #14052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14052C

Black with #14052C

Text Example


Text Example

White with #14052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14052C; }

 p { color: rgb(20,5,44); }

 H1.HeaderClassName
 {
   color: #14052C;
 }
 .AnyTagClassName
 {
   color: #14052C;
 }
</style>

background-color css

<style>
 a { background-color: #14052C; }

 a { background-color: rgb(20,5,44); }

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

border-color css

<style>
 span { border-color: #14052C; }

 span { border-color: rgb(20,5,44); }

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