Html Css Color HEX #140E15 Blackcurrant

📋 copy color: '#140E15'

red 20 ◦ green 14 ◦ blue 21

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

Shades of Blackcurrant #140E15

Tints of Blackcurrant #140E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.45%

 BLUE value IS 21 (8.59% from 255) = 38.18%

R = 36.36%
G = 25.45%
B = 38.18%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#140E15 (or 0x140E15) is known color: Blackcurrant. HEX triplet: 14, 0E and 15. RGB value is (20,14,21). Sum of RGB (Red+Green+Blue) = 20+14+21=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #140E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E15 is #EBF1EA. Grayscale: #101010. Windows color (decimal): -15462891 or 1379860. OLE color: 1379860.

HSL color Cylindrical-coordinate representation of color #140E15: hue angle of 291.43º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #140E15 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 14 21 -
CMYK 0.05 0.33 0 0.92
HSL 291.43º 0.2% 0.07% -
HSV(B) 291.43º 0.33% 0.08% -
XYZ 0.58 0.52 0.78 -
YUV 16.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 20 14 21 0.05 0.33 0 0.92 291.43 0.2 0.07
Hex 14 E 15 5 21 0 5C 123 14 7
Octal 24 16 25 5 41 0 134 443 24 7
Binary 10100 1110 10101 101 100001 0 1011100 100100011 10100 111

Color Harmonies of #140E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E15

Black with #140E15

Text Example


Text Example

White with #140E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,14,21); }

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

background-color css

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

 a { background-color: rgb(20,14,21); }

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

border-color css

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

 span { border-color: rgb(20,14,21); }

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