Html Css Color HEX #140B19 Blackcurrant

📋 copy color: '#140B19'

red 20 ◦ green 11 ◦ blue 25

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

Shades of Blackcurrant #140B19

Tints of Blackcurrant #140B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 44.64%

R = 35.71%
G = 19.64%
B = 44.64%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#140B19 (or 0x140B19) is known color: Blackcurrant. HEX triplet: 14, 0B and 19. RGB value is (20,11,25). Sum of RGB (Red+Green+Blue) = 20+11+25=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #140B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B19 is #EBF4E6. Grayscale: #0F0F0F. Windows color (decimal): -15463655 or 1641236. OLE color: 1641236.

HSL color Cylindrical-coordinate representation of color #140B19: hue angle of 278.57º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #140B19 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 11 25 -
CMYK 0.20 0.56 0 0.90
HSL 278.57º 0.39% 0.07% -
HSV(B) 278.57º 0.56% 0.1% -
XYZ 0.58 0.46 0.98 -
YUV 15.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 20 11 25 0.20 0.56 0 0.90 278.57 0.39 0.07
Hex 14 B 19 14 38 0 5A 117 27 7
Octal 24 13 31 24 70 0 132 427 47 7
Binary 10100 1011 11001 10100 111000 0 1011010 100010111 100111 111

Color Harmonies of #140B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B19

Black with #140B19

Text Example


Text Example

White with #140B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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