Html Css Color HEX #190424 Blackcurrant

📋 copy color: '#190424'

red 25 ◦ green 4 ◦ blue 36

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

Shades of Blackcurrant #190424

Tints of Blackcurrant #190424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.15%

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

R = 38.46%
G = 6.15%
B = 55.38%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#190424 (or 0x190424) is known color: Blackcurrant. HEX triplet: 19, 04 and 24. RGB value is (25,4,36). Sum of RGB (Red+Green+Blue) = 25+4+36=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #190424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190424 is #E6FBDB. Grayscale: #0D0D0D. Windows color (decimal): -15137756 or 2360345. OLE color: 2360345.

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

Color convert

RGB 25 4 36 -
CMYK 0.31 0.89 0 0.86
HSL 279.38º 0.8% 0.08% -
HSV(B) 279.38º 0.89% 0.14% -
XYZ 0.76 0.42 1.71 -
YUV 13.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 25 4 36 0.31 0.89 0 0.86 279.38 0.8 0.08
Hex 19 4 24 1F 59 0 56 117 50 8
Octal 31 4 44 37 131 0 126 427 120 10
Binary 11001 100 100100 11111 1011001 0 1010110 100010111 1010000 1000

Color Harmonies of #190424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190424

Black with #190424

Text Example


Text Example

White with #190424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190424; }

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

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

background-color css

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

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

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

border-color css

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

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

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