Html Css Color HEX #190141 Blackcurrant

📋 copy color: '#190141'

red 25 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #190141

Tints of Blackcurrant #190141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 27.47%
G = 1.1%
B = 71.43%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#190141 (or 0x190141) is known color: Blackcurrant. HEX triplet: 19, 01 and 41. RGB value is (25,1,65). Sum of RGB (Red+Green+Blue) = 25+1+65=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #190141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190141 is #E6FEBE. Grayscale: #0F0F0F. Windows color (decimal): -15138495 or 4260121. OLE color: 4260121.

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

Color convert

RGB 25 1 65 -
CMYK 0.62 0.98 0 0.75
HSL 262.5º 0.97% 0.13% -
HSV(B) 262.5º 0.98% 0.25% -
XYZ 1.37 0.61 5.05 -
YUV 15.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 25 1 65 0.62 0.98 0 0.75 262.5 0.97 0.13
Hex 19 1 41 3E 62 0 4B 106 61 D
Octal 31 1 101 76 142 0 113 406 141 15
Binary 11001 1 1000001 111110 1100010 0 1001011 100000110 1100001 1101

Color Harmonies of #190141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190141

Black with #190141

Text Example


Text Example

White with #190141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190141; }

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

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

background-color css

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

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

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

border-color css

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

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

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