Html Css Color HEX #14061F Blackcurrant

📋 copy color: '#14061F'

red 20 ◦ green 6 ◦ blue 31

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

Shades of Blackcurrant #14061F

Tints of Blackcurrant #14061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 54.39%

R = 35.09%
G = 10.53%
B = 54.39%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14061F (or 0x14061F) is known color: Blackcurrant. HEX triplet: 14, 06 and 1F. RGB value is (20,6,31). Sum of RGB (Red+Green+Blue) = 20+6+31=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #14061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14061F is #EBF9E0. Grayscale: #0C0C0C. Windows color (decimal): -15464929 or 2033172. OLE color: 2033172.

HSL color Cylindrical-coordinate representation of color #14061F: hue angle of 273.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14061F is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 6 31 -
CMYK 0.35 0.81 0 0.88
HSL 273.6º 0.68% 0.07% -
HSV(B) 273.6º 0.81% 0.12% -
XYZ 0.6 0.38 1.34 -
YUV 13.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 20 6 31 0.35 0.81 0 0.88 273.6 0.68 0.07
Hex 14 6 1F 23 51 0 58 112 44 7
Octal 24 6 37 43 121 0 130 422 104 7
Binary 10100 110 11111 100011 1010001 0 1011000 100010010 1000100 111

Color Harmonies of #14061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14061F

Black with #14061F

Text Example


Text Example

White with #14061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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