#190338

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

Shades of Blackcurrant #190338

Tints of Blackcurrant #190338

Color information

#190338 (or 0x190338) is unknown color: approx Blackcurrant. HEX triplet: 19, 03 and 38. RGB value is (25,3,56). Sum of RGB (Red+Green+Blue) = 25+3+56=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #190338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190338 is #E6FCC7. Grayscale: #0F0F0F. Windows color (decimal): -15137992 or 3670809. OLE color: 3670809.

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

Color convert

RGB25356-
CMYK0.550.9500.78
HSL264.91º89.83%11.57%-
HSV(B)264.91º94.64%21.96%-
XYZ1.150.563.79-
YUV15.62150.79134.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 56 (22.27% from 255) = 66.67%
R=29.76%
G=3.57%
B=66.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal253560.550.9500.78264.9189.8311.57
Hex19338375F04E1095ac
Octal3137067137011641113214
Binary110011111100011011110111110100111010000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190338; }

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

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

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

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

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

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

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

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