Html Css Color HEX #140A19 Blackcurrant

📋 copy color: '#140A19'

red 20 ◦ green 10 ◦ blue 25

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

Shades of Blackcurrant #140A19

Tints of Blackcurrant #140A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.18%

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

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#140A19 (or 0x140A19) is known color: Blackcurrant. HEX triplet: 14, 0A and 19. RGB value is (20,10,25). Sum of RGB (Red+Green+Blue) = 20+10+25=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #140A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A19 is #EBF5E6. Grayscale: #0E0E0E. Windows color (decimal): -15463911 or 1640980. OLE color: 1640980.

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

Color convert

RGB 20 10 25 -
CMYK 0.20 0.60 0 0.90
HSL 280º 0.43% 0.07% -
HSV(B) 280º 0.6% 0.1% -
XYZ 0.57 0.44 0.97 -
YUV 14.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 20 10 25 0.20 0.60 0 0.90 280 0.43 0.07
Hex 14 A 19 14 3C 0 5A 118 2B 7
Octal 24 12 31 24 74 0 132 430 53 7
Binary 10100 1010 11001 10100 111100 0 1011010 100011000 101011 111

Color Harmonies of #140A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A19

Black with #140A19

Text Example


Text Example

White with #140A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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