Html Css Color HEX #190232 Blackcurrant

📋 copy color: '#190232'

red 25 ◦ green 2 ◦ blue 50

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

Shades of Blackcurrant #190232

Tints of Blackcurrant #190232

RGB

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

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

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

R = 32.47%
G = 2.6%
B = 64.94%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#190232 (or 0x190232) is known color: Blackcurrant. HEX triplet: 19, 02 and 32. RGB value is (25,2,50). Sum of RGB (Red+Green+Blue) = 25+2+50=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #190232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190232 is #E6FDCD. Grayscale: #0E0E0E. Windows color (decimal): -15138254 or 3277337. OLE color: 3277337.

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

Color convert

RGB 25 2 50 -
CMYK 0.50 0.96 0 0.80
HSL 268.75º 0.92% 0.1% -
HSV(B) 268.75º 0.96% 0.2% -
XYZ 1 0.48 3.06 -
YUV 14.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 25 2 50 0.50 0.96 0 0.80 268.75 0.92 0.1
Hex 19 2 32 32 60 0 50 10D 5C A
Octal 31 2 62 62 140 0 120 415 134 12
Binary 11001 10 110010 110010 1100000 0 1010000 100001101 1011100 1010

Color Harmonies of #190232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190232

Black with #190232

Text Example


Text Example

White with #190232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190232; }

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

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

background-color css

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

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

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

border-color css

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

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

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