Html Css Color HEX #190341 Blackcurrant

📋 copy color: '#190341'

red 25 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #190341

Tints of Blackcurrant #190341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

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

R = 26.88%
G = 3.23%
B = 69.89%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#190341 (or 0x190341) is known color: Blackcurrant. HEX triplet: 19, 03 and 41. RGB value is (25,3,65). Sum of RGB (Red+Green+Blue) = 25+3+65=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #190341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190341 is #E6FCBE. Grayscale: #101010. Windows color (decimal): -15137983 or 4260633. OLE color: 4260633.

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

Color convert

RGB 25 3 65 -
CMYK 0.62 0.95 0 0.75
HSL 261.29º 0.91% 0.13% -
HSV(B) 261.29º 0.95% 0.25% -
XYZ 1.39 0.65 5.05 -
YUV 16.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 25 3 65 0.62 0.95 0 0.75 261.29 0.91 0.13
Hex 19 3 41 3E 5F 0 4B 105 5B D
Octal 31 3 101 76 137 0 113 405 133 15
Binary 11001 11 1000001 111110 1011111 0 1001011 100000101 1011011 1101

Color Harmonies of #190341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190341

Black with #190341

Text Example


Text Example

White with #190341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190341; }

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

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

background-color css

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

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

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

border-color css

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

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

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