Html Css Color HEX #190137 Blackcurrant

📋 copy color: '#190137'

red 25 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #190137

Tints of Blackcurrant #190137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 67.9%

R = 30.86%
G = 1.23%
B = 67.9%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#190137 (or 0x190137) is known color: Blackcurrant. HEX triplet: 19, 01 and 37. RGB value is (25,1,55). Sum of RGB (Red+Green+Blue) = 25+1+55=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 55 (21.88% from 255 or 67.90% from 81); Max value from RGB is 55 - color contains mainly: blue. Hex color #190137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190137 is #E6FEC8. Grayscale: #0E0E0E. Windows color (decimal): -15138505 or 3604761. OLE color: 3604761.

HSL color Cylindrical-coordinate representation of color #190137: hue angle of 266.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190137 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 25 1 55 -
CMYK 0.55 0.98 0 0.78
HSL 266.67º 0.96% 0.11% -
HSV(B) 266.67º 0.98% 0.22% -
XYZ 1.1 0.5 3.65 -
YUV 14.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 25 1 55 0.55 0.98 0 0.78 266.67 0.96 0.11
Hex 19 1 37 37 62 0 4E 10B 60 B
Octal 31 1 67 67 142 0 116 413 140 13
Binary 11001 1 110111 110111 1100010 0 1001110 100001011 1100000 1011

Color Harmonies of #190137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190137

Black with #190137

Text Example


Text Example

White with #190137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190137; }

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

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

background-color css

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

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

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

border-color css

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

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

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