Html Css Color HEX #140619 Blackcurrant

📋 copy color: '#140619'

red 20 ◦ green 6 ◦ blue 25

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

Shades of Blackcurrant #140619

Tints of Blackcurrant #140619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.76%

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

R = 39.22%
G = 11.76%
B = 49.02%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#140619 (or 0x140619) is known color: Blackcurrant. HEX triplet: 14, 06 and 19. RGB value is (20,6,25). Sum of RGB (Red+Green+Blue) = 20+6+25=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #140619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140619 is #EBF9E6. Grayscale: #0C0C0C. Windows color (decimal): -15464935 or 1639956. OLE color: 1639956.

HSL color Cylindrical-coordinate representation of color #140619: hue angle of 284.21º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #140619 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 6 25 -
CMYK 0.20 0.76 0 0.90
HSL 284.21º 0.61% 0.06% -
HSV(B) 284.21º 0.76% 0.1% -
XYZ 0.53 0.35 0.96 -
YUV 12.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 20 6 25 0.20 0.76 0 0.90 284.21 0.61 0.06
Hex 14 6 19 14 4C 0 5A 11C 3D 6
Octal 24 6 31 24 114 0 132 434 75 6
Binary 10100 110 11001 10100 1001100 0 1011010 100011100 111101 110

Color Harmonies of #140619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140619

Black with #140619

Text Example


Text Example

White with #140619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140619; }

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

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

background-color css

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

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

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

border-color css

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

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

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