#190A35

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

Shades of Blackcurrant #190A35

Tints of Blackcurrant #190A35

Color information

#190A35 (or 0x190A35) is unknown color: approx Blackcurrant. HEX triplet: 19, 0A and 35. RGB value is (25,10,53). Sum of RGB (Red+Green+Blue) = 25+10+53=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #190A35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190A35 is #E6F5CA. Grayscale: #131313. Windows color (decimal): -15136203 or 3475993. OLE color: 3475993.

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

Color convert

RGB251053-
CMYK0.530.8100.79
HSL260.93º68.25%12.35%-
HSV(B)260.93º81.13%20.78%-
XYZ1.150.683.44-
YUV19.39146.97132-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.41%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=28.41%
G=11.36%
B=60.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2510530.530.8100.79260.9368.2512.35
Hex19A35355104F10544c
Octal31126565121011740510414
Binary11001101011010111010110100010100111110000010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190A35; }

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

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

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

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

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

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

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

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