Html Css Color HEX #190529 Blackcurrant

📋 copy color: '#190529'

red 25 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #190529

Tints of Blackcurrant #190529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.04%

 BLUE value IS 41 (16.41% from 255) = 57.75%

R = 35.21%
G = 7.04%
B = 57.75%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#190529 (or 0x190529) is known color: Blackcurrant. HEX triplet: 19, 05 and 29. RGB value is (25,5,41). Sum of RGB (Red+Green+Blue) = 25+5+41=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #190529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190529 is #E6FAD6. Grayscale: #0E0E0E. Windows color (decimal): -15137495 or 2688281. OLE color: 2688281.

HSL color Cylindrical-coordinate representation of color #190529: hue angle of 273.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190529 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 5 41 -
CMYK 0.39 0.88 0 0.84
HSL 273.33º 0.78% 0.09% -
HSV(B) 273.33º 0.88% 0.16% -
XYZ 0.86 0.48 2.14 -
YUV 15.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 25 5 41 0.39 0.88 0 0.84 273.33 0.78 0.09
Hex 19 5 29 27 58 0 54 111 4E 9
Octal 31 5 51 47 130 0 124 421 116 11
Binary 11001 101 101001 100111 1011000 0 1010100 100010001 1001110 1001

Color Harmonies of #190529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190529

Black with #190529

Text Example


Text Example

White with #190529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190529; }

 p { color: rgb(25,5,41); }

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

background-color css

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

 a { background-color: rgb(25,5,41); }

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

border-color css

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

 span { border-color: rgb(25,5,41); }

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