Html Css Color HEX #190329 Blackcurrant

📋 copy color: '#190329'

red 25 ◦ green 3 ◦ blue 41

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

Shades of Blackcurrant #190329

Tints of Blackcurrant #190329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.35%

 BLUE value IS 41 (16.41% from 255) = 59.42%

R = 36.23%
G = 4.35%
B = 59.42%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#190329 (or 0x190329) is known color: Blackcurrant. HEX triplet: 19, 03 and 29. RGB value is (25,3,41). Sum of RGB (Red+Green+Blue) = 25+3+41=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #190329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190329 is #E6FCD6. Grayscale: #0D0D0D. Windows color (decimal): -15138007 or 2687769. OLE color: 2687769.

HSL color Cylindrical-coordinate representation of color #190329: hue angle of 274.74º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190329 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 3 41 -
CMYK 0.39 0.93 0 0.84
HSL 274.74º 0.86% 0.09% -
HSV(B) 274.74º 0.93% 0.16% -
XYZ 0.83 0.43 2.14 -
YUV 13.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 25 3 41 0.39 0.93 0 0.84 274.74 0.86 0.09
Hex 19 3 29 27 5D 0 54 113 56 9
Octal 31 3 51 47 135 0 124 423 126 11
Binary 11001 11 101001 100111 1011101 0 1010100 100010011 1010110 1001

Color Harmonies of #190329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190329

Black with #190329

Text Example


Text Example

White with #190329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190329; }

 p { color: rgb(25,3,41); }

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

background-color css

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

 a { background-color: rgb(25,3,41); }

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

border-color css

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

 span { border-color: rgb(25,3,41); }

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