Html Css Color HEX #14061A Blackcurrant

📋 copy color: '#14061A'

red 20 ◦ green 6 ◦ blue 26

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

Shades of Blackcurrant #14061A

Tints of Blackcurrant #14061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 50%

R = 38.46%
G = 11.54%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#14061A (or 0x14061A) is known color: Blackcurrant. HEX triplet: 14, 06 and 1A. RGB value is (20,6,26). Sum of RGB (Red+Green+Blue) = 20+6+26=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #14061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14061A is #EBF9E5. Grayscale: #0C0C0C. Windows color (decimal): -15464934 or 1705492. OLE color: 1705492.

HSL color Cylindrical-coordinate representation of color #14061A: hue angle of 282º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14061A is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 6 26 -
CMYK 0.23 0.77 0 0.90
HSL 282º 0.63% 0.06% -
HSV(B) 282º 0.77% 0.1% -
XYZ 0.54 0.35 1.02 -
YUV 12.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 20 6 26 0.23 0.77 0 0.90 282 0.63 0.06
Hex 14 6 1A 17 4D 0 5A 11A 3E 6
Octal 24 6 32 27 115 0 132 432 76 6
Binary 10100 110 11010 10111 1001101 0 1011010 100011010 111110 110

Color Harmonies of #14061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14061A

Black with #14061A

Text Example


Text Example

White with #14061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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