Html Css Color HEX #14091C Blackcurrant

📋 copy color: '#14091C'

red 20 ◦ green 9 ◦ blue 28

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

Shades of Blackcurrant #14091C

Tints of Blackcurrant #14091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 49.12%

R = 35.09%
G = 15.79%
B = 49.12%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14091C (or 0x14091C) is known color: Blackcurrant. HEX triplet: 14, 09 and 1C. RGB value is (20,9,28). Sum of RGB (Red+Green+Blue) = 20+9+28=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #14091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14091C is #EBF6E3. Grayscale: #0E0E0E. Windows color (decimal): -15464164 or 1837332. OLE color: 1837332.

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

Color convert

RGB 20 9 28 -
CMYK 0.29 0.68 0 0.89
HSL 274.74º 0.51% 0.07% -
HSV(B) 274.74º 0.68% 0.11% -
XYZ 0.6 0.43 1.15 -
YUV 14.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 20 9 28 0.29 0.68 0 0.89 274.74 0.51 0.07
Hex 14 9 1C 1D 44 0 59 113 33 7
Octal 24 11 34 35 104 0 131 423 63 7
Binary 10100 1001 11100 11101 1000100 0 1011001 100010011 110011 111

Color Harmonies of #14091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14091C

Black with #14091C

Text Example


Text Example

White with #14091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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