Html Css Color HEX #19081E Blackcurrant

📋 copy color: '#19081E'

red 25 ◦ green 8 ◦ blue 30

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

Shades of Blackcurrant #19081E

Tints of Blackcurrant #19081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.7%

 BLUE value IS 30 (12.11% from 255) = 47.62%

R = 39.68%
G = 12.7%
B = 47.62%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19081E (or 0x19081E) is known color: Blackcurrant. HEX triplet: 19, 08 and 1E. RGB value is (25,8,30). Sum of RGB (Red+Green+Blue) = 25+8+30=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #19081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19081E is #E6F7E1. Grayscale: #0F0F0F. Windows color (decimal): -15136738 or 1968153. OLE color: 1968153.

HSL color Cylindrical-coordinate representation of color #19081E: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19081E is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 8 30 -
CMYK 0.17 0.73 0 0.88
HSL 286.36º 0.58% 0.07% -
HSV(B) 286.36º 0.73% 0.12% -
XYZ 0.72 0.47 1.28 -
YUV 15.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 25 8 30 0.17 0.73 0 0.88 286.36 0.58 0.07
Hex 19 8 1E 11 49 0 58 11E 3A 7
Octal 31 10 36 21 111 0 130 436 72 7
Binary 11001 1000 11110 10001 1001001 0 1011000 100011110 111010 111

Color Harmonies of #19081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19081E

Black with #19081E

Text Example


Text Example

White with #19081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19081E; }

 p { color: rgb(25,8,30); }

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

background-color css

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

 a { background-color: rgb(25,8,30); }

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

border-color css

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

 span { border-color: rgb(25,8,30); }

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