Html Css Color HEX #14051A Blackcurrant

📋 copy color: '#14051A'

red 20 ◦ green 5 ◦ blue 26

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

Shades of Blackcurrant #14051A

Tints of Blackcurrant #14051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.8%

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

R = 39.22%
G = 9.8%
B = 50.98%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#14051A (or 0x14051A) is known color: Blackcurrant. HEX triplet: 14, 05 and 1A. RGB value is (20,5,26). Sum of RGB (Red+Green+Blue) = 20+5+26=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #14051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051A is #EBFAE5. Grayscale: #0B0B0B. Windows color (decimal): -15465190 or 1705236. OLE color: 1705236.

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

Color convert

RGB 20 5 26 -
CMYK 0.23 0.81 0 0.90
HSL 282.86º 0.68% 0.06% -
HSV(B) 282.86º 0.81% 0.1% -
XYZ 0.53 0.33 1.01 -
YUV 11.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 20 5 26 0.23 0.81 0 0.90 282.86 0.68 0.06
Hex 14 5 1A 17 51 0 5A 11B 44 6
Octal 24 5 32 27 121 0 132 433 104 6
Binary 10100 101 11010 10111 1010001 0 1011010 100011011 1000100 110

Color Harmonies of #14051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14051A

Black with #14051A

Text Example


Text Example

White with #14051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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