Html Css Color HEX #190024 Blackcurrant

📋 copy color: '#190024'

red 25 ◦ green 0 ◦ blue 36

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

Shades of Blackcurrant #190024

Tints of Blackcurrant #190024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.98%
G = 0%
B = 59.02%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#190024 (or 0x190024) is known color: Blackcurrant. HEX triplet: 19, 00 and 24. RGB value is (25,0,36). Sum of RGB (Red+Green+Blue) = 25+0+36=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #190024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190024 is #E6FFDB. Grayscale: #0B0B0B. Windows color (decimal): -15138780 or 2359321. OLE color: 2359321.

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

Color convert

RGB 25 0 36 -
CMYK 0.31 1 0 0.86
HSL 281.67º 1% 0.07% -
HSV(B) 281.67º 1% 0.14% -
XYZ 0.72 0.33 1.7 -
YUV 11.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 25 0 36 0.31 1 0 0.86 281.67 1 0.07
Hex 19 0 24 1F 64 0 56 11A 64 7
Octal 31 0 44 37 144 0 126 432 144 7
Binary 11001 0 100100 11111 1100100 0 1010110 100011010 1100100 111

Color Harmonies of #190024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190024

Black with #190024

Text Example


Text Example

White with #190024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190024; }

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

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

background-color css

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

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

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

border-color css

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

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

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