Html Css Color HEX #141217 Blackcurrant

📋 copy color: '#141217'

red 20 ◦ green 18 ◦ blue 23

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

Shades of Blackcurrant #141217

Tints of Blackcurrant #141217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 37.7%

R = 32.79%
G = 29.51%
B = 37.7%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141217 (or 0x141217) is known color: Blackcurrant. HEX triplet: 14, 12 and 17. RGB value is (20,18,23). Sum of RGB (Red+Green+Blue) = 20+18+23=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 23 - color contains mainly: blue. Hex color #141217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141217 is #EBEDE8. Grayscale: #131313. Windows color (decimal): -15461865 or 1511956. OLE color: 1511956.

HSL color Cylindrical-coordinate representation of color #141217: hue angle of 264º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #141217 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 18 23 -
CMYK 0.13 0.22 0 0.91
HSL 264º 0.12% 0.08% -
HSV(B) 264º 0.22% 0.09% -
XYZ 0.66 0.64 0.9 -
YUV 19.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 20 18 23 0.13 0.22 0 0.91 264 0.12 0.08
Hex 14 12 17 D 16 0 5B 108 C 8
Octal 24 22 27 15 26 0 133 410 14 10
Binary 10100 10010 10111 1101 10110 0 1011011 100001000 1100 1000

Color Harmonies of #141217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141217

Black with #141217

Text Example


Text Example

White with #141217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141217; }

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

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

background-color css

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

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

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

border-color css

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

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

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