#190938

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

Shades of Blackcurrant #190938

Tints of Blackcurrant #190938

Color information

#190938 (or 0x190938) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 38. RGB value is (25,9,56). Sum of RGB (Red+Green+Blue) = 25+9+56=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #190938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190938 is #E6F6C7. Grayscale: #121212. Windows color (decimal): -15136456 or 3672345. OLE color: 3672345.

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

Color convert

RGB25956-
CMYK0.550.8400.78
HSL260.43º72.31%12.75%-
HSV(B)260.43º83.93%21.96%-
XYZ1.210.693.81-
YUV19.14148.8132.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.78%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 56 (22.27% from 255) = 62.22%
R=27.78%
G=10%
B=62.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal259560.550.8400.78260.4372.3112.75
Hex19938375404E10448d
Octal31117067124011640411015
Binary11001100111100011011110101000100111010000010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190938; }

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

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

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

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

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

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

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

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