#190835

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

Shades of Blackcurrant #190835

Tints of Blackcurrant #190835

Color information

#190835 (or 0x190835) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 35. RGB value is (25,8,53). Sum of RGB (Red+Green+Blue) = 25+8+53=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #190835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190835 is #E6F7CA. Grayscale: #121212. Windows color (decimal): -15136715 or 3475481. OLE color: 3475481.

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

Color convert

RGB25853-
CMYK0.530.8500.79
HSL262.67º73.77%11.96%-
HSV(B)262.67º84.91%20.78%-
XYZ1.130.643.43-
YUV18.21147.63132.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.07%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 53 (21.09% from 255) = 61.63%
R=29.07%
G=9.30%
B=61.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal258530.530.8500.79262.6773.7711.96
Hex19835355504F1074ac
Octal31106565125011740711214
Binary11001100011010111010110101010100111110000011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190835; }

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

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

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

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

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

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

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

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