Html Css Color HEX #141215 Blackcurrant

📋 copy color: '#141215'

red 20 ◦ green 18 ◦ blue 21

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

Shades of Blackcurrant #141215

Tints of Blackcurrant #141215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30.51%

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

R = 33.9%
G = 30.51%
B = 35.59%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#141215 (or 0x141215) is known color: Blackcurrant. HEX triplet: 14, 12 and 15. RGB value is (20,18,21). Sum of RGB (Red+Green+Blue) = 20+18+21=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 21 - color contains mainly: blue. Hex color #141215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141215 is #EBEDEA. Grayscale: #121212. Windows color (decimal): -15461867 or 1380884. OLE color: 1380884.

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

Color convert

RGB 20 18 21 -
CMYK 0.05 0.14 0 0.92
HSL 280º 0.08% 0.08% -
HSV(B) 280º 0.14% 0.08% -
XYZ 0.64 0.64 0.8 -
YUV 18.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 20 18 21 0.05 0.14 0 0.92 280 0.08 0.08
Hex 14 12 15 5 E 0 5C 118 8 8
Octal 24 22 25 5 16 0 134 430 10 10
Binary 10100 10010 10101 101 1110 0 1011100 100011000 1000 1000

Color Harmonies of #141215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141215

Black with #141215

Text Example


Text Example

White with #141215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141215; }

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

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

background-color css

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

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

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

border-color css

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

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

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