Html Css Color HEX #190528 Blackcurrant

📋 copy color: '#190528'

red 25 ◦ green 5 ◦ blue 40

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

Shades of Blackcurrant #190528

Tints of Blackcurrant #190528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 57.14%

R = 35.71%
G = 7.14%
B = 57.14%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#190528 (or 0x190528) is known color: Blackcurrant. HEX triplet: 19, 05 and 28. RGB value is (25,5,40). Sum of RGB (Red+Green+Blue) = 25+5+40=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #190528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190528 is #E6FAD7. Grayscale: #0E0E0E. Windows color (decimal): -15137496 or 2622745. OLE color: 2622745.

HSL color Cylindrical-coordinate representation of color #190528: hue angle of 274.29º 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 #190528 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 5 40 -
CMYK 0.38 0.88 0 0.84
HSL 274.29º 0.78% 0.09% -
HSV(B) 274.29º 0.88% 0.16% -
XYZ 0.84 0.47 2.05 -
YUV 14.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 25 5 40 0.38 0.88 0 0.84 274.29 0.78 0.09
Hex 19 5 28 26 58 0 54 112 4E 9
Octal 31 5 50 46 130 0 124 422 116 11
Binary 11001 101 101000 100110 1011000 0 1010100 100010010 1001110 1001

Color Harmonies of #190528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190528

Black with #190528

Text Example


Text Example

White with #190528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190528; }

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

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

background-color css

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

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

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

border-color css

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

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

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