Html Css Color HEX #14013B Blackcurrant

📋 copy color: '#14013B'

red 20 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #14013B

Tints of Blackcurrant #14013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 73.75%

R = 25%
G = 1.25%
B = 73.75%

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

#14013B (or 0x14013B) is known color: Blackcurrant. HEX triplet: 14, 01 and 3B. RGB value is (20,1,59). Sum of RGB (Red+Green+Blue) = 20+1+59=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #14013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14013B is #EBFEC4. Grayscale: #0D0D0D. Windows color (decimal): -15466181 or 3866900. OLE color: 3866900.

HSL color Cylindrical-coordinate representation of color #14013B: hue angle of 259.66º 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 #14013B is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 1 59 -
CMYK 0.66 0.98 0 0.77
HSL 259.66º 0.97% 0.12% -
HSV(B) 259.66º 0.98% 0.23% -
XYZ 1.09 0.49 4.17 -
YUV 13.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 20 1 59 0.66 0.98 0 0.77 259.66 0.97 0.12
Hex 14 1 3B 42 62 0 4D 104 61 C
Octal 24 1 73 102 142 0 115 404 141 14
Binary 10100 1 111011 1000010 1100010 0 1001101 100000100 1100001 1100

Color Harmonies of #14013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14013B

Black with #14013B

Text Example


Text Example

White with #14013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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