Html Css Color HEX #140B17 Blackcurrant

📋 copy color: '#140B17'

red 20 ◦ green 11 ◦ blue 23

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

Shades of Blackcurrant #140B17

Tints of Blackcurrant #140B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.37%

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

R = 37.04%
G = 20.37%
B = 42.59%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#140B17 (or 0x140B17) is known color: Blackcurrant. HEX triplet: 14, 0B and 17. RGB value is (20,11,23). Sum of RGB (Red+Green+Blue) = 20+11+23=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #140B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B17 is #EBF4E8. Grayscale: #0F0F0F. Windows color (decimal): -15463657 or 1510164. OLE color: 1510164.

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

Color convert

RGB 20 11 23 -
CMYK 0.13 0.52 0 0.91
HSL 285º 0.35% 0.07% -
HSV(B) 285º 0.52% 0.09% -
XYZ 0.56 0.45 0.87 -
YUV 15.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 20 11 23 0.13 0.52 0 0.91 285 0.35 0.07
Hex 14 B 17 D 34 0 5B 11D 23 7
Octal 24 13 27 15 64 0 133 435 43 7
Binary 10100 1011 10111 1101 110100 0 1011011 100011101 100011 111

Color Harmonies of #140B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B17

Black with #140B17

Text Example


Text Example

White with #140B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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