#190C27

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

Shades of Blackcurrant #190C27

Tints of Blackcurrant #190C27

Color information

#190C27 (or 0x190C27) is unknown color: approx Blackcurrant. HEX triplet: 19, 0C and 27. RGB value is (25,12,39). Sum of RGB (Red+Green+Blue) = 25+12+39=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #190C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C27 is #E6F3D8. Grayscale: #121212. Windows color (decimal): -15135705 or 2559001. OLE color: 2559001.

HSL color Cylindrical-coordinate representation of color #190C27: hue angle of 268.89º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #190C27 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB251239-
CMYK0.360.6900.85
HSL268.89º52.94%10%-
HSV(B)268.89º69.23%15.29%-
XYZ0.90.621.99-
YUV18.96139.31132.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=32.89%
G=15.79%
B=51.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2512390.360.6900.85268.8952.9410
Hex19C27244505510d35a
Octal3114474410501254156512
Binary1100111001001111001001000101010101011000011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,12,39); }

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

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

 a { background-color: rgb(25,12,39); }

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

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

 span { border-color: rgb(25,12,39); }

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