#190037

Color #190037 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #190037

Tints of Blackcurrant #190037

Color information

#190037 (or 0x190037) is unknown color: approx Blackcurrant. HEX triplet: 19, 00 and 37. RGB value is (25,0,55). Sum of RGB (Red+Green+Blue) = 25+0+55=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #190037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190037 is #E6FFC8. Grayscale: #0D0D0D. Windows color (decimal): -15138761 or 3604505. OLE color: 3604505.

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

Color convert

RGB25055-
CMYK0.55100.78
HSL267.27º100%10.78%-
HSV(B)267.27º100%21.57%-
XYZ1.090.483.65-
YUV13.74151.28136.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 68.75%
R=31.25%
G=0%
B=68.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal250550.55100.78267.2710010.78
Hex19037376404E10b64b
Octal3106767144011641314413
Binary11001011011111011111001000100111010000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190037; }

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

 H1.HeaderClassName
 {
   color: #190037;
 }
 .AnyTagClassName
 {
   color: #190037;
 }
</style>
background-color css

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

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

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

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

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

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