#190228

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

Shades of Blackcurrant #190228

Tints of Blackcurrant #190228

Color information

#190228 (or 0x190228) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 28. RGB value is (25,2,40). Sum of RGB (Red+Green+Blue) = 25+2+40=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #190228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190228 is #E6FDD7. Grayscale: #0D0D0D. Windows color (decimal): -15138264 or 2621977. OLE color: 2621977.

HSL color Cylindrical-coordinate representation of color #190228: hue angle of 276.32º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190228 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB25240-
CMYK0.380.9500.84
HSL276.32º90.48%8.24%-
HSV(B)276.32º95%15.69%-
XYZ0.810.42.04-
YUV13.21143.12136.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 40 (16.02% from 255) = 59.70%
R=37.31%
G=2.99%
B=59.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal252400.380.9500.84276.3290.488.24
Hex19228265F0541145a8
Octal3125046137012442413210
Binary110011010100010011010111110101010010001010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190228; }

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

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

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

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

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

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

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

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