Html Css Color HEX #190128 Blackcurrant

📋 copy color: '#190128'

red 25 ◦ green 1 ◦ blue 40

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

Shades of Blackcurrant #190128

Tints of Blackcurrant #190128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.52%

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

R = 37.88%
G = 1.52%
B = 60.61%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#190128 (or 0x190128) is known color: Blackcurrant. HEX triplet: 19, 01 and 28. RGB value is (25,1,40). Sum of RGB (Red+Green+Blue) = 25+1+40=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #190128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190128 is #E6FED7. Grayscale: #0C0C0C. Windows color (decimal): -15138520 or 2621721. OLE color: 2621721.

HSL color Cylindrical-coordinate representation of color #190128: hue angle of 276.92º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190128 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 1 40 -
CMYK 0.38 0.98 0 0.84
HSL 276.92º 0.95% 0.08% -
HSV(B) 276.92º 0.98% 0.16% -
XYZ 0.79 0.38 2.04 -
YUV 12.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 25 1 40 0.38 0.98 0 0.84 276.92 0.95 0.08
Hex 19 1 28 26 62 0 54 115 5F 8
Octal 31 1 50 46 142 0 124 425 137 10
Binary 11001 1 101000 100110 1100010 0 1010100 100010101 1011111 1000

Color Harmonies of #190128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190128

Black with #190128

Text Example


Text Example

White with #190128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190128; }

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

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

background-color css

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

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

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

border-color css

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

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

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