Html Css Color HEX #190224 Blackcurrant

📋 copy color: '#190224'

red 25 ◦ green 2 ◦ blue 36

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

Shades of Blackcurrant #190224

Tints of Blackcurrant #190224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.17%

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

R = 39.68%
G = 3.17%
B = 57.14%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#190224 (or 0x190224) is known color: Blackcurrant. HEX triplet: 19, 02 and 24. RGB value is (25,2,36). Sum of RGB (Red+Green+Blue) = 25+2+36=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #190224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190224 is #E6FDDB. Grayscale: #0C0C0C. Windows color (decimal): -15138268 or 2359833. OLE color: 2359833.

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

Color convert

RGB 25 2 36 -
CMYK 0.31 0.94 0 0.86
HSL 280.59º 0.89% 0.07% -
HSV(B) 280.59º 0.94% 0.14% -
XYZ 0.74 0.38 1.7 -
YUV 12.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 25 2 36 0.31 0.94 0 0.86 280.59 0.89 0.07
Hex 19 2 24 1F 5E 0 56 119 59 7
Octal 31 2 44 37 136 0 126 431 131 7
Binary 11001 10 100100 11111 1011110 0 1010110 100011001 1011001 111

Color Harmonies of #190224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190224

Black with #190224

Text Example


Text Example

White with #190224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190224; }

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

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

background-color css

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

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

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

border-color css

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

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

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