Html Css Color HEX #140F17 Blackcurrant

📋 copy color: '#140F17'

red 20 ◦ green 15 ◦ blue 23

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

Shades of Blackcurrant #140F17

Tints of Blackcurrant #140F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25.86%

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

R = 34.48%
G = 25.86%
B = 39.66%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140F17 (or 0x140F17) is known color: Blackcurrant. HEX triplet: 14, 0F and 17. RGB value is (20,15,23). Sum of RGB (Red+Green+Blue) = 20+15+23=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #140F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F17 is #EBF0E8. Grayscale: #111111. Windows color (decimal): -15462633 or 1511188. OLE color: 1511188.

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

Color convert

RGB 20 15 23 -
CMYK 0.13 0.35 0 0.91
HSL 277.5º 0.21% 0.07% -
HSV(B) 277.5º 0.35% 0.09% -
XYZ 0.61 0.55 0.88 -
YUV 17.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 20 15 23 0.13 0.35 0 0.91 277.5 0.21 0.07
Hex 14 F 17 D 23 0 5B 116 15 7
Octal 24 17 27 15 43 0 133 426 25 7
Binary 10100 1111 10111 1101 100011 0 1011011 100010110 10101 111

Color Harmonies of #140F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F17

Black with #140F17

Text Example


Text Example

White with #140F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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