Html Css Color HEX #190240 Blackcurrant

📋 copy color: '#190240'

red 25 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #190240

Tints of Blackcurrant #190240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 70.33%

R = 27.47%
G = 2.2%
B = 70.33%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#190240 (or 0x190240) is known color: Blackcurrant. HEX triplet: 19, 02 and 40. RGB value is (25,2,64). Sum of RGB (Red+Green+Blue) = 25+2+64=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #190240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190240 is #E6FDBF. Grayscale: #0F0F0F. Windows color (decimal): -15138240 or 4194841. OLE color: 4194841.

HSL color Cylindrical-coordinate representation of color #190240: hue angle of 262.26º 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 #190240 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 2 64 -
CMYK 0.61 0.97 0 0.75
HSL 262.26º 0.94% 0.13% -
HSV(B) 262.26º 0.97% 0.25% -
XYZ 1.35 0.62 4.9 -
YUV 15.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 25 2 64 0.61 0.97 0 0.75 262.26 0.94 0.13
Hex 19 2 40 3D 61 0 4B 106 5E D
Octal 31 2 100 75 141 0 113 406 136 15
Binary 11001 10 1000000 111101 1100001 0 1001011 100000110 1011110 1101

Color Harmonies of #190240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190240

Black with #190240

Text Example


Text Example

White with #190240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190240; }

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

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

background-color css

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

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

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

border-color css

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

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

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