Html Css Color HEX #140017 Blackcurrant

📋 copy color: '#140017'

red 20 ◦ green 0 ◦ blue 23

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

Shades of Blackcurrant #140017

Tints of Blackcurrant #140017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.51%
G = 0%
B = 53.49%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140017 (or 0x140017) is known color: Blackcurrant. HEX triplet: 14, 00 and 17. RGB value is (20,0,23). Sum of RGB (Red+Green+Blue) = 20+0+23=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #140017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140017 is #EBFFE8. Grayscale: #080808. Windows color (decimal): -15466473 or 1507348. OLE color: 1507348.

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

Color convert

RGB 20 0 23 -
CMYK 0.13 1 0 0.91
HSL 292.17º 1% 0.05% -
HSV(B) 292.17º 1% 0.09% -
XYZ 0.44 0.21 0.83 -
YUV 8.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 20 0 23 0.13 1 0 0.91 292.17 1 0.05
Hex 14 0 17 D 64 0 5B 124 64 5
Octal 24 0 27 15 144 0 133 444 144 5
Binary 10100 0 10111 1101 1100100 0 1011011 100100100 1100100 101

Color Harmonies of #140017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140017

Black with #140017

Text Example


Text Example

White with #140017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140017; }

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

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

background-color css

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

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

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

border-color css

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

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

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