Html Css Color HEX #141017 Blackcurrant

📋 copy color: '#141017'

red 20 ◦ green 16 ◦ blue 23

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

Shades of Blackcurrant #141017

Tints of Blackcurrant #141017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 27.12%

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

R = 33.9%
G = 27.12%
B = 38.98%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141017 (or 0x141017) is known color: Blackcurrant. HEX triplet: 14, 10 and 17. RGB value is (20,16,23). Sum of RGB (Red+Green+Blue) = 20+16+23=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #141017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141017 is #EBEFE8. Grayscale: #111111. Windows color (decimal): -15462377 or 1511444. OLE color: 1511444.

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

Color convert

RGB 20 16 23 -
CMYK 0.13 0.30 0 0.91
HSL 274.29º 0.18% 0.08% -
HSV(B) 274.29º 0.3% 0.09% -
XYZ 0.63 0.58 0.89 -
YUV 17.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 20 16 23 0.13 0.30 0 0.91 274.29 0.18 0.08
Hex 14 10 17 D 1E 0 5B 112 12 8
Octal 24 20 27 15 36 0 133 422 22 10
Binary 10100 10000 10111 1101 11110 0 1011011 100010010 10010 1000

Color Harmonies of #141017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141017

Black with #141017

Text Example


Text Example

White with #141017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141017; }

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

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

background-color css

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

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

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

border-color css

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

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

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