Html Css Color HEX #190231 Blackcurrant

📋 copy color: '#190231'

red 25 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #190231

Tints of Blackcurrant #190231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 64.47%

R = 32.89%
G = 2.63%
B = 64.47%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#190231 (or 0x190231) is known color: Blackcurrant. HEX triplet: 19, 02 and 31. RGB value is (25,2,49). Sum of RGB (Red+Green+Blue) = 25+2+49=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #190231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190231 is #E6FDCE. Grayscale: #0E0E0E. Windows color (decimal): -15138255 or 3211801. OLE color: 3211801.

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

Color convert

RGB 25 2 49 -
CMYK 0.49 0.96 0 0.81
HSL 269.36º 0.92% 0.1% -
HSV(B) 269.36º 0.96% 0.19% -
XYZ 0.98 0.47 2.95 -
YUV 14.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 25 2 49 0.49 0.96 0 0.81 269.36 0.92 0.1
Hex 19 2 31 31 60 0 51 10D 5C A
Octal 31 2 61 61 140 0 121 415 134 12
Binary 11001 10 110001 110001 1100000 0 1010001 100001101 1011100 1010

Color Harmonies of #190231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190231

Black with #190231

Text Example


Text Example

White with #190231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190231; }

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

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

background-color css

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

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

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

border-color css

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

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

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