Html Css Color HEX #190041 Blackcurrant

📋 copy color: '#190041'

red 25 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #190041

Tints of Blackcurrant #190041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.78%
G = 0%
B = 72.22%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#190041 (or 0x190041) is known color: Blackcurrant. HEX triplet: 19, 00 and 41. RGB value is (25,0,65). Sum of RGB (Red+Green+Blue) = 25+0+65=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #190041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190041 is #E6FFBE. Grayscale: #0E0E0E. Windows color (decimal): -15138751 or 4259865. OLE color: 4259865.

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

Color convert

RGB 25 0 65 -
CMYK 0.62 1 0 0.75
HSL 263.08º 1% 0.13% -
HSV(B) 263.08º 1% 0.25% -
XYZ 1.36 0.59 5.04 -
YUV 14.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 25 0 65 0.62 1 0 0.75 263.08 1 0.13
Hex 19 0 41 3E 64 0 4B 107 64 D
Octal 31 0 101 76 144 0 113 407 144 15
Binary 11001 0 1000001 111110 1100100 0 1001011 100000111 1100100 1101

Color Harmonies of #190041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190041

Black with #190041

Text Example


Text Example

White with #190041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190041; }

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

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

background-color css

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

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

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

border-color css

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

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

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