#190C31

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

Shades of Blackcurrant #190C31

Tints of Blackcurrant #190C31

Color information

#190C31 (or 0x190C31) is unknown color: approx Blackcurrant. HEX triplet: 19, 0C and 31. RGB value is (25,12,49). Sum of RGB (Red+Green+Blue) = 25+12+49=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #190C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C31 is #E6F3CE. Grayscale: #131313. Windows color (decimal): -15135695 or 3214361. OLE color: 3214361.

HSL color Cylindrical-coordinate representation of color #190C31: hue angle of 261.08º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190C31 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB251249-
CMYK0.490.7600.81
HSL261.08º60.66%11.96%-
HSV(B)261.08º75.51%19.22%-
XYZ1.090.692.98-
YUV20.1144.31131.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.07%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=29.07%
G=13.95%
B=56.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2512490.490.7600.81261.0860.6611.96
Hex19C31314C0511053dc
Octal3114616111401214057514
Binary1100111001100011100011001100010100011000001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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