Html Css Color HEX #140D17 Blackcurrant

📋 copy color: '#140D17'

red 20 ◦ green 13 ◦ blue 23

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

Shades of Blackcurrant #140D17

Tints of Blackcurrant #140D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.21%

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

R = 35.71%
G = 23.21%
B = 41.07%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140D17 (or 0x140D17) is known color: Blackcurrant. HEX triplet: 14, 0D and 17. RGB value is (20,13,23). Sum of RGB (Red+Green+Blue) = 20+13+23=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #140D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D17 is #EBF2E8. Grayscale: #101010. Windows color (decimal): -15463145 or 1510676. OLE color: 1510676.

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

Color convert

RGB 20 13 23 -
CMYK 0.13 0.43 0 0.91
HSL 282º 0.28% 0.07% -
HSV(B) 282º 0.43% 0.09% -
XYZ 0.59 0.5 0.88 -
YUV 16.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 20 13 23 0.13 0.43 0 0.91 282 0.28 0.07
Hex 14 D 17 D 2B 0 5B 11A 1C 7
Octal 24 15 27 15 53 0 133 432 34 7
Binary 10100 1101 10111 1101 101011 0 1011011 100011010 11100 111

Color Harmonies of #140D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D17

Black with #140D17

Text Example


Text Example

White with #140D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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