Html Css Color HEX #19042B Blackcurrant

📋 copy color: '#19042B'

red 25 ◦ green 4 ◦ blue 43

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

Shades of Blackcurrant #19042B

Tints of Blackcurrant #19042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 59.72%

R = 34.72%
G = 5.56%
B = 59.72%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19042B (or 0x19042B) is known color: Blackcurrant. HEX triplet: 19, 04 and 2B. RGB value is (25,4,43). Sum of RGB (Red+Green+Blue) = 25+4+43=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #19042B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19042B is #E6FBD4. Grayscale: #0E0E0E. Windows color (decimal): -15137749 or 2819097. OLE color: 2819097.

HSL color Cylindrical-coordinate representation of color #19042B: hue angle of 272.31º 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 #19042B is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 25 4 43 -
CMYK 0.42 0.91 0 0.83
HSL 272.31º 0.83% 0.09% -
HSV(B) 272.31º 0.91% 0.17% -
XYZ 0.88 0.47 2.33 -
YUV 14.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 25 4 43 0.42 0.91 0 0.83 272.31 0.83 0.09
Hex 19 4 2B 2A 5B 0 53 110 53 9
Octal 31 4 53 52 133 0 123 420 123 11
Binary 11001 100 101011 101010 1011011 0 1010011 100010000 1010011 1001

Color Harmonies of #19042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19042B

Black with #19042B

Text Example


Text Example

White with #19042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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