Html Css Color HEX #14031C Blackcurrant

📋 copy color: '#14031C'

red 20 ◦ green 3 ◦ blue 28

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

Shades of Blackcurrant #14031C

Tints of Blackcurrant #14031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 54.9%

R = 39.22%
G = 5.88%
B = 54.9%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14031C (or 0x14031C) is known color: Blackcurrant. HEX triplet: 14, 03 and 1C. RGB value is (20,3,28). Sum of RGB (Red+Green+Blue) = 20+3+28=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #14031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14031C is #EBFCE3. Grayscale: #0A0A0A. Windows color (decimal): -15465700 or 1835796. OLE color: 1835796.

HSL color Cylindrical-coordinate representation of color #14031C: hue angle of 280.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14031C is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 3 28 -
CMYK 0.29 0.89 0 0.89
HSL 280.8º 0.81% 0.06% -
HSV(B) 280.8º 0.89% 0.11% -
XYZ 0.53 0.3 1.13 -
YUV 10.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 20 3 28 0.29 0.89 0 0.89 280.8 0.81 0.06
Hex 14 3 1C 1D 59 0 59 119 51 6
Octal 24 3 34 35 131 0 131 431 121 6
Binary 10100 11 11100 11101 1011001 0 1011001 100011001 1010001 110

Color Harmonies of #14031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14031C

Black with #14031C

Text Example


Text Example

White with #14031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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