Html Css Color HEX #19081F Blackcurrant

📋 copy color: '#19081F'

red 25 ◦ green 8 ◦ blue 31

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

Shades of Blackcurrant #19081F

Tints of Blackcurrant #19081F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 48.44%

R = 39.06%
G = 12.5%
B = 48.44%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19081F (or 0x19081F) is known color: Blackcurrant. HEX triplet: 19, 08 and 1F. RGB value is (25,8,31). Sum of RGB (Red+Green+Blue) = 25+8+31=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #19081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19081F is #E6F7E0. Grayscale: #0F0F0F. Windows color (decimal): -15136737 or 2033689. OLE color: 2033689.

HSL color Cylindrical-coordinate representation of color #19081F: hue angle of 284.35º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19081F is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 8 31 -
CMYK 0.19 0.74 0 0.88
HSL 284.35º 0.59% 0.08% -
HSV(B) 284.35º 0.74% 0.12% -
XYZ 0.74 0.48 1.35 -
YUV 15.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 25 8 31 0.19 0.74 0 0.88 284.35 0.59 0.08
Hex 19 8 1F 13 4A 0 58 11C 3B 8
Octal 31 10 37 23 112 0 130 434 73 10
Binary 11001 1000 11111 10011 1001010 0 1011000 100011100 111011 1000

Color Harmonies of #19081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19081F

Black with #19081F

Text Example


Text Example

White with #19081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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