Html Css Color HEX #19042C Blackcurrant

📋 copy color: '#19042C'

red 25 ◦ green 4 ◦ blue 44

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

Shades of Blackcurrant #19042C

Tints of Blackcurrant #19042C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 60.27%

R = 34.25%
G = 5.48%
B = 60.27%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19042C (or 0x19042C) is known color: Blackcurrant. HEX triplet: 19, 04 and 2C. RGB value is (25,4,44). Sum of RGB (Red+Green+Blue) = 25+4+44=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #19042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19042C is #E6FBD3. Grayscale: #0E0E0E. Windows color (decimal): -15137748 or 2884633. OLE color: 2884633.

HSL color Cylindrical-coordinate representation of color #19042C: hue angle of 271.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19042C is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 25 4 44 -
CMYK 0.43 0.91 0 0.83
HSL 271.5º 0.83% 0.09% -
HSV(B) 271.5º 0.91% 0.17% -
XYZ 0.9 0.48 2.43 -
YUV 14.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 25 4 44 0.43 0.91 0 0.83 271.5 0.83 0.09
Hex 19 4 2C 2B 5B 0 53 110 53 9
Octal 31 4 54 53 133 0 123 420 123 11
Binary 11001 100 101100 101011 1011011 0 1010011 100010000 1010011 1001

Color Harmonies of #19042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19042C

Black with #19042C

Text Example


Text Example

White with #19042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19042C; }

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

 H1.HeaderClassName
 {
   color: #19042C;
 }
 .AnyTagClassName
 {
   color: #19042C;
 }
</style>

background-color css

<style>
 a { background-color: #19042C; }

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

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

border-color css

<style>
 span { border-color: #19042C; }

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

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