Html Css Color HEX #14061B Blackcurrant

📋 copy color: '#14061B'

red 20 ◦ green 6 ◦ blue 27

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

Shades of Blackcurrant #14061B

Tints of Blackcurrant #14061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 50.94%

R = 37.74%
G = 11.32%
B = 50.94%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14061B (or 0x14061B) is known color: Blackcurrant. HEX triplet: 14, 06 and 1B. RGB value is (20,6,27). Sum of RGB (Red+Green+Blue) = 20+6+27=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #14061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14061B is #EBF9E4. Grayscale: #0C0C0C. Windows color (decimal): -15464933 or 1771028. OLE color: 1771028.

HSL color Cylindrical-coordinate representation of color #14061B: hue angle of 280º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14061B is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 6 27 -
CMYK 0.26 0.78 0 0.89
HSL 280º 0.64% 0.06% -
HSV(B) 280º 0.78% 0.11% -
XYZ 0.55 0.36 1.08 -
YUV 12.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 20 6 27 0.26 0.78 0 0.89 280 0.64 0.06
Hex 14 6 1B 1A 4E 0 59 118 40 6
Octal 24 6 33 32 116 0 131 430 100 6
Binary 10100 110 11011 11010 1001110 0 1011001 100011000 1000000 110

Color Harmonies of #14061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14061B

Black with #14061B

Text Example


Text Example

White with #14061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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