Html Css Color HEX #19141B Blackcurrant

📋 copy color: '#19141B'

red 25 ◦ green 20 ◦ blue 27

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

Shades of Blackcurrant #19141B

Tints of Blackcurrant #19141B

RGB

 RED value IS 25 (10.16% from 255) = 34.72%

 GREEN value IS 20 (8.2% from 255) = 27.78%

 BLUE value IS 27 (10.94% from 255) = 37.5%

R = 34.72%
G = 27.78%
B = 37.5%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19141B (or 0x19141B) is known color: Blackcurrant. HEX triplet: 19, 14 and 1B. RGB value is (25,20,27). Sum of RGB (Red+Green+Blue) = 25+20+27=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #19141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19141B is #E6EBE4. Grayscale: #161616. Windows color (decimal): -15133669 or 1774617. OLE color: 1774617.

HSL color Cylindrical-coordinate representation of color #19141B: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #19141B is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 20 27 -
CMYK 0.07 0.26 0 0.89
HSL 282.86º 0.15% 0.09% -
HSV(B) 282.86º 0.26% 0.11% -
XYZ 0.85 0.79 1.14 -
YUV 22.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 25 20 27 0.07 0.26 0 0.89 282.86 0.15 0.09
Hex 19 14 1B 7 1A 0 59 11B F 9
Octal 31 24 33 7 32 0 131 433 17 11
Binary 11001 10100 11011 111 11010 0 1011001 100011011 1111 1001

Color Harmonies of #19141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19141B

Black with #19141B

Text Example


Text Example

White with #19141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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