Html Css Color HEX #14013A Blackcurrant

📋 copy color: '#14013A'

red 20 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #14013A

Tints of Blackcurrant #14013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.27%

 BLUE value IS 58 (23.05% from 255) = 73.42%

R = 25.32%
G = 1.27%
B = 73.42%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#14013A (or 0x14013A) is known color: Blackcurrant. HEX triplet: 14, 01 and 3A. RGB value is (20,1,58). Sum of RGB (Red+Green+Blue) = 20+1+58=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 58 (23.05% from 255 or 73.42% from 79); Max value from RGB is 58 - color contains mainly: blue. Hex color #14013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14013A is #EBFEC5. Grayscale: #0C0C0C. Windows color (decimal): -15466182 or 3801364. OLE color: 3801364.

HSL color Cylindrical-coordinate representation of color #14013A: hue angle of 260º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14013A is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 1 58 -
CMYK 0.66 0.98 0 0.77
HSL 260º 0.97% 0.12% -
HSV(B) 260º 0.98% 0.23% -
XYZ 1.06 0.48 4.04 -
YUV 13.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 20 1 58 0.66 0.98 0 0.77 260 0.97 0.12
Hex 14 1 3A 42 62 0 4D 104 61 C
Octal 24 1 72 102 142 0 115 404 141 14
Binary 10100 1 111010 1000010 1100010 0 1001101 100000100 1100001 1100

Color Harmonies of #14013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14013A

Black with #14013A

Text Example


Text Example

White with #14013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14013A; }

 p { color: rgb(20,1,58); }

 H1.HeaderClassName
 {
   color: #14013A;
 }
 .AnyTagClassName
 {
   color: #14013A;
 }
</style>

background-color css

<style>
 a { background-color: #14013A; }

 a { background-color: rgb(20,1,58); }

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

border-color css

<style>
 span { border-color: #14013A; }

 span { border-color: rgb(20,1,58); }

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