Html Css Color HEX #19043F Blackcurrant

📋 copy color: '#19043F'

red 25 ◦ green 4 ◦ blue 63

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

Shades of Blackcurrant #19043F

Tints of Blackcurrant #19043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

 BLUE value IS 63 (25% from 255) = 68.48%

R = 27.17%
G = 4.35%
B = 68.48%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#19043F (or 0x19043F) is known color: Blackcurrant. HEX triplet: 19, 04 and 3F. RGB value is (25,4,63). Sum of RGB (Red+Green+Blue) = 25+4+63=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #19043F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19043F is #E6FBC0. Grayscale: #101010. Windows color (decimal): -15137729 or 4129817. OLE color: 4129817.

HSL color Cylindrical-coordinate representation of color #19043F: hue angle of 261.36º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19043F is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 4 63 -
CMYK 0.60 0.94 0 0.75
HSL 261.36º 0.88% 0.13% -
HSV(B) 261.36º 0.94% 0.25% -
XYZ 1.34 0.65 4.76 -
YUV 17.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 25 4 63 0.60 0.94 0 0.75 261.36 0.88 0.13
Hex 19 4 3F 3C 5E 0 4B 105 58 D
Octal 31 4 77 74 136 0 113 405 130 15
Binary 11001 100 111111 111100 1011110 0 1001011 100000101 1011000 1101

Color Harmonies of #19043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19043F

Black with #19043F

Text Example


Text Example

White with #19043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,4,63); }

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

background-color css

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

 a { background-color: rgb(25,4,63); }

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

border-color css

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

 span { border-color: rgb(25,4,63); }

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