Html Css Color HEX #19101B Blackcurrant

📋 copy color: '#19101B'

red 25 ◦ green 16 ◦ blue 27

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

Shades of Blackcurrant #19101B

Tints of Blackcurrant #19101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.53%

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

R = 36.76%
G = 23.53%
B = 39.71%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19101B (or 0x19101B) is known color: Blackcurrant. HEX triplet: 19, 10 and 1B. RGB value is (25,16,27). Sum of RGB (Red+Green+Blue) = 25+16+27=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #19101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19101B is #E6EFE4. Grayscale: #131313. Windows color (decimal): -15134693 or 1773593. OLE color: 1773593.

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

Color convert

RGB 25 16 27 -
CMYK 0.07 0.41 0 0.89
HSL 289.09º 0.26% 0.08% -
HSV(B) 289.09º 0.41% 0.11% -
XYZ 0.78 0.66 1.12 -
YUV 19.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 25 16 27 0.07 0.41 0 0.89 289.09 0.26 0.08
Hex 19 10 1B 7 29 0 59 121 1A 8
Octal 31 20 33 7 51 0 131 441 32 10
Binary 11001 10000 11011 111 101001 0 1011001 100100001 11010 1000

Color Harmonies of #19101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19101B

Black with #19101B

Text Example


Text Example

White with #19101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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