Html Css Color HEX #190124 Blackcurrant

📋 copy color: '#190124'

red 25 ◦ green 1 ◦ blue 36

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

Shades of Blackcurrant #190124

Tints of Blackcurrant #190124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 58.06%

R = 40.32%
G = 1.61%
B = 58.06%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#190124 (or 0x190124) is known color: Blackcurrant. HEX triplet: 19, 01 and 24. RGB value is (25,1,36). Sum of RGB (Red+Green+Blue) = 25+1+36=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #190124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190124 is #E6FEDB. Grayscale: #0C0C0C. Windows color (decimal): -15138524 or 2359577. OLE color: 2359577.

HSL color Cylindrical-coordinate representation of color #190124: hue angle of 281.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190124 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 25 1 36 -
CMYK 0.31 0.97 0 0.86
HSL 281.14º 0.95% 0.07% -
HSV(B) 281.14º 0.97% 0.14% -
XYZ 0.73 0.36 1.7 -
YUV 12.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 25 1 36 0.31 0.97 0 0.86 281.14 0.95 0.07
Hex 19 1 24 1F 61 0 56 119 5F 7
Octal 31 1 44 37 141 0 126 431 137 7
Binary 11001 1 100100 11111 1100001 0 1010110 100011001 1011111 111

Color Harmonies of #190124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190124

Black with #190124

Text Example


Text Example

White with #190124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190124; }

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

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

background-color css

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

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

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

border-color css

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

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

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