Html Css Color HEX #141115 Blackcurrant

📋 copy color: '#141115'

red 20 ◦ green 17 ◦ blue 21

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

Shades of Blackcurrant #141115

Tints of Blackcurrant #141115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 29.31%

 BLUE value IS 21 (8.59% from 255) = 36.21%

R = 34.48%
G = 29.31%
B = 36.21%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#141115 (or 0x141115) is known color: Blackcurrant. HEX triplet: 14, 11 and 15. RGB value is (20,17,21). Sum of RGB (Red+Green+Blue) = 20+17+21=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: blue. Hex color #141115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141115 is #EBEEEA. Grayscale: #121212. Windows color (decimal): -15462123 or 1380628. OLE color: 1380628.

HSL color Cylindrical-coordinate representation of color #141115: hue angle of 285º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #141115 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 17 21 -
CMYK 0.05 0.19 0 0.92
HSL 285º 0.11% 0.07% -
HSV(B) 285º 0.19% 0.08% -
XYZ 0.62 0.6 0.79 -
YUV 18.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 20 17 21 0.05 0.19 0 0.92 285 0.11 0.07
Hex 14 11 15 5 13 0 5C 11D B 7
Octal 24 21 25 5 23 0 134 435 13 7
Binary 10100 10001 10101 101 10011 0 1011100 100011101 1011 111

Color Harmonies of #141115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141115

Black with #141115

Text Example


Text Example

White with #141115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141115; }

 p { color: rgb(20,17,21); }

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

background-color css

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

 a { background-color: rgb(20,17,21); }

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

border-color css

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

 span { border-color: rgb(20,17,21); }

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