Html Css Color HEX #14091B Blackcurrant

📋 copy color: '#14091B'

red 20 ◦ green 9 ◦ blue 27

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

Shades of Blackcurrant #14091B

Tints of Blackcurrant #14091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.07%

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

R = 35.71%
G = 16.07%
B = 48.21%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14091B (or 0x14091B) is known color: Blackcurrant. HEX triplet: 14, 09 and 1B. RGB value is (20,9,27). Sum of RGB (Red+Green+Blue) = 20+9+27=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #14091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14091B is #EBF6E4. Grayscale: #0E0E0E. Windows color (decimal): -15464165 or 1771796. OLE color: 1771796.

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

Color convert

RGB 20 9 27 -
CMYK 0.26 0.67 0 0.89
HSL 276.67º 0.5% 0.07% -
HSV(B) 276.67º 0.67% 0.11% -
XYZ 0.58 0.42 1.09 -
YUV 14.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 20 9 27 0.26 0.67 0 0.89 276.67 0.5 0.07
Hex 14 9 1B 1A 43 0 59 115 32 7
Octal 24 11 33 32 103 0 131 425 62 7
Binary 10100 1001 11011 11010 1000011 0 1011001 100010101 110010 111

Color Harmonies of #14091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14091B

Black with #14091B

Text Example


Text Example

White with #14091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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