Html Css Color HEX #190241 Blackcurrant

📋 copy color: '#190241'

red 25 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #190241

Tints of Blackcurrant #190241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 70.65%

R = 27.17%
G = 2.17%
B = 70.65%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#190241 (or 0x190241) is known color: Blackcurrant. HEX triplet: 19, 02 and 41. RGB value is (25,2,65). Sum of RGB (Red+Green+Blue) = 25+2+65=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #190241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190241 is #E6FDBE. Grayscale: #0F0F0F. Windows color (decimal): -15138239 or 4260377. OLE color: 4260377.

HSL color Cylindrical-coordinate representation of color #190241: hue angle of 261.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190241 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 2 65 -
CMYK 0.62 0.97 0 0.75
HSL 261.9º 0.94% 0.13% -
HSV(B) 261.9º 0.97% 0.25% -
XYZ 1.38 0.63 5.05 -
YUV 16.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 25 2 65 0.62 0.97 0 0.75 261.9 0.94 0.13
Hex 19 2 41 3E 61 0 4B 106 5E D
Octal 31 2 101 76 141 0 113 406 136 15
Binary 11001 10 1000001 111110 1100001 0 1001011 100000110 1011110 1101

Color Harmonies of #190241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190241

Black with #190241

Text Example


Text Example

White with #190241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190241; }

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

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

background-color css

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

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

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

border-color css

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

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

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