Html Css Color HEX #19061E Blackcurrant

📋 copy color: '#19061E'

red 25 ◦ green 6 ◦ blue 30

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

Shades of Blackcurrant #19061E

Tints of Blackcurrant #19061E

RGB

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

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

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

R = 40.98%
G = 9.84%
B = 49.18%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19061E (or 0x19061E) is known color: Blackcurrant. HEX triplet: 19, 06 and 1E. RGB value is (25,6,30). Sum of RGB (Red+Green+Blue) = 25+6+30=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #19061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19061E is #E6F9E1. Grayscale: #0E0E0E. Windows color (decimal): -15137250 or 1967641. OLE color: 1967641.

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

Color convert

RGB 25 6 30 -
CMYK 0.17 0.80 0 0.88
HSL 287.5º 0.67% 0.07% -
HSV(B) 287.5º 0.8% 0.12% -
XYZ 0.7 0.43 1.27 -
YUV 14.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 25 6 30 0.17 0.80 0 0.88 287.5 0.67 0.07
Hex 19 6 1E 11 50 0 58 120 43 7
Octal 31 6 36 21 120 0 130 440 103 7
Binary 11001 110 11110 10001 1010000 0 1011000 100100000 1000011 111

Color Harmonies of #19061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19061E

Black with #19061E

Text Example


Text Example

White with #19061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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