Html Css Color HEX #140C19 Blackcurrant

📋 copy color: '#140C19'

red 20 ◦ green 12 ◦ blue 25

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

Shades of Blackcurrant #140C19

Tints of Blackcurrant #140C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 21.05%

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

R = 35.09%
G = 21.05%
B = 43.86%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#140C19 (or 0x140C19) is known color: Blackcurrant. HEX triplet: 14, 0C and 19. RGB value is (20,12,25). Sum of RGB (Red+Green+Blue) = 20+12+25=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #140C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C19 is #EBF3E6. Grayscale: #0F0F0F. Windows color (decimal): -15463399 or 1641492. OLE color: 1641492.

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

Color convert

RGB 20 12 25 -
CMYK 0.20 0.52 0 0.90
HSL 276.92º 0.35% 0.07% -
HSV(B) 276.92º 0.52% 0.1% -
XYZ 0.6 0.48 0.98 -
YUV 15.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 20 12 25 0.20 0.52 0 0.90 276.92 0.35 0.07
Hex 14 C 19 14 34 0 5A 115 23 7
Octal 24 14 31 24 64 0 132 425 43 7
Binary 10100 1100 11001 10100 110100 0 1011010 100010101 100011 111

Color Harmonies of #140C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C19

Black with #140C19

Text Example


Text Example

White with #140C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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