Html Css Color HEX #14061D Blackcurrant

📋 copy color: '#14061D'

red 20 ◦ green 6 ◦ blue 29

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

Shades of Blackcurrant #14061D

Tints of Blackcurrant #14061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.91%

 BLUE value IS 29 (11.72% from 255) = 52.73%

R = 36.36%
G = 10.91%
B = 52.73%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14061D (or 0x14061D) is known color: Blackcurrant. HEX triplet: 14, 06 and 1D. RGB value is (20,6,29). Sum of RGB (Red+Green+Blue) = 20+6+29=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #14061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14061D is #EBF9E2. Grayscale: #0C0C0C. Windows color (decimal): -15464931 or 1902100. OLE color: 1902100.

HSL color Cylindrical-coordinate representation of color #14061D: hue angle of 276.52º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14061D is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 6 29 -
CMYK 0.31 0.79 0 0.89
HSL 276.52º 0.66% 0.07% -
HSV(B) 276.52º 0.79% 0.11% -
XYZ 0.58 0.37 1.2 -
YUV 12.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 20 6 29 0.31 0.79 0 0.89 276.52 0.66 0.07
Hex 14 6 1D 1F 4F 0 59 115 42 7
Octal 24 6 35 37 117 0 131 425 102 7
Binary 10100 110 11101 11111 1001111 0 1011001 100010101 1000010 111

Color Harmonies of #14061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14061D

Black with #14061D

Text Example


Text Example

White with #14061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,6,29); }

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

background-color css

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

 a { background-color: rgb(20,6,29); }

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

border-color css

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

 span { border-color: rgb(20,6,29); }

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