Html Css Color HEX #190332 Blackcurrant

📋 copy color: '#190332'

red 25 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #190332

Tints of Blackcurrant #190332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 64.1%

R = 32.05%
G = 3.85%
B = 64.1%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#190332 (or 0x190332) is known color: Blackcurrant. HEX triplet: 19, 03 and 32. RGB value is (25,3,50). Sum of RGB (Red+Green+Blue) = 25+3+50=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #190332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190332 is #E6FCCD. Grayscale: #0E0E0E. Windows color (decimal): -15137998 or 3277593. OLE color: 3277593.

HSL color Cylindrical-coordinate representation of color #190332: hue angle of 268.09º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190332 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 25 3 50 -
CMYK 0.50 0.94 0 0.80
HSL 268.09º 0.89% 0.1% -
HSV(B) 268.09º 0.94% 0.2% -
XYZ 1.01 0.5 3.06 -
YUV 14.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 25 3 50 0.50 0.94 0 0.80 268.09 0.89 0.1
Hex 19 3 32 32 5E 0 50 10C 59 A
Octal 31 3 62 62 136 0 120 414 131 12
Binary 11001 11 110010 110010 1011110 0 1010000 100001100 1011001 1010

Color Harmonies of #190332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190332

Black with #190332

Text Example


Text Example

White with #190332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190332; }

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

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

background-color css

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

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

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

border-color css

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

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

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