#190935

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

Shades of Blackcurrant #190935

Tints of Blackcurrant #190935

Color information

#190935 (or 0x190935) is unknown color: approx Blackcurrant. HEX triplet: 19, 09 and 35. RGB value is (25,9,53). Sum of RGB (Red+Green+Blue) = 25+9+53=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #190935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190935 is #E6F6CA. Grayscale: #121212. Windows color (decimal): -15136459 or 3475737. OLE color: 3475737.

HSL color Cylindrical-coordinate representation of color #190935: hue angle of 261.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #190935 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB25953-
CMYK0.530.8300.79
HSL261.82º70.97%12.16%-
HSV(B)261.82º83.02%20.78%-
XYZ1.140.663.44-
YUV18.8147.3132.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.74%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 53 (21.09% from 255) = 60.92%
R=28.74%
G=10.34%
B=60.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal259530.530.8300.79261.8270.9712.16
Hex19935355304F10647c
Octal31116565123011740610714
Binary11001100111010111010110100110100111110000011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190935; }

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

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

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

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

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

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

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

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