Html Css Color HEX #140717 Blackcurrant

📋 copy color: '#140717'

red 20 ◦ green 7 ◦ blue 23

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

Shades of Blackcurrant #140717

Tints of Blackcurrant #140717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14%

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

R = 40%
G = 14%
B = 46%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140717 (or 0x140717) is known color: Blackcurrant. HEX triplet: 14, 07 and 17. RGB value is (20,7,23). Sum of RGB (Red+Green+Blue) = 20+7+23=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #140717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140717 is #EBF8E8. Grayscale: #0C0C0C. Windows color (decimal): -15464681 or 1509140. OLE color: 1509140.

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

Color convert

RGB 20 7 23 -
CMYK 0.13 0.70 0 0.91
HSL 288.75º 0.53% 0.06% -
HSV(B) 288.75º 0.7% 0.09% -
XYZ 0.52 0.36 0.85 -
YUV 12.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 20 7 23 0.13 0.70 0 0.91 288.75 0.53 0.06
Hex 14 7 17 D 46 0 5B 121 35 6
Octal 24 7 27 15 106 0 133 441 65 6
Binary 10100 111 10111 1101 1000110 0 1011011 100100001 110101 110

Color Harmonies of #140717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140717

Black with #140717

Text Example


Text Example

White with #140717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140717; }

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

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

background-color css

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

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

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

border-color css

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

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

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