#190238

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

Shades of Blackcurrant #190238

Tints of Blackcurrant #190238

Color information

#190238 (or 0x190238) is unknown color: approx Blackcurrant. HEX triplet: 19, 02 and 38. RGB value is (25,2,56). Sum of RGB (Red+Green+Blue) = 25+2+56=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #190238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190238 is #E6FDC7. Grayscale: #0E0E0E. Windows color (decimal): -15138248 or 3670553. OLE color: 3670553.

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

Color convert

RGB25256-
CMYK0.550.9600.78
HSL265.56º93.1%11.37%-
HSV(B)265.56º96.43%21.96%-
XYZ1.140.543.78-
YUV15.03151.12135.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.12%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 56 (22.27% from 255) = 67.47%
R=30.12%
G=2.41%
B=67.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal252560.550.9600.78265.5693.111.37
Hex19238376004E10a5db
Octal3127067140011641213513
Binary110011011100011011111000000100111010000101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190238; }

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

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

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

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

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

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

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

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