Html Css Color HEX #190140 Blackcurrant

📋 copy color: '#190140'

red 25 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #190140

Tints of Blackcurrant #190140

RGB

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

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

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

R = 27.78%
G = 1.11%
B = 71.11%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#190140 (or 0x190140) is known color: Blackcurrant. HEX triplet: 19, 01 and 40. RGB value is (25,1,64). Sum of RGB (Red+Green+Blue) = 25+1+64=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #190140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190140 is #E6FEBF. Grayscale: #0F0F0F. Windows color (decimal): -15138496 or 4194585. OLE color: 4194585.

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

Color convert

RGB 25 1 64 -
CMYK 0.61 0.98 0 0.75
HSL 262.86º 0.97% 0.13% -
HSV(B) 262.86º 0.98% 0.25% -
XYZ 1.34 0.6 4.9 -
YUV 15.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 25 1 64 0.61 0.98 0 0.75 262.86 0.97 0.13
Hex 19 1 40 3D 62 0 4B 107 61 D
Octal 31 1 100 75 142 0 113 407 141 15
Binary 11001 1 1000000 111101 1100010 0 1001011 100000111 1100001 1101

Color Harmonies of #190140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190140

Black with #190140

Text Example


Text Example

White with #190140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190140; }

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

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

background-color css

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

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

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

border-color css

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

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

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