#190C28

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

Shades of Blackcurrant #190C28

Tints of Blackcurrant #190C28

Color information

#190C28 (or 0x190C28) is unknown color: approx Blackcurrant. HEX triplet: 19, 0C and 28. RGB value is (25,12,40). Sum of RGB (Red+Green+Blue) = 25+12+40=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #190C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C28 is #E6F3D7. Grayscale: #121212. Windows color (decimal): -15135704 or 2624537. OLE color: 2624537.

HSL color Cylindrical-coordinate representation of color #190C28: hue angle of 267.86º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #190C28 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB251240-
CMYK0.380.7000.84
HSL267.86º53.85%10.2%-
HSV(B)267.86º70%15.69%-
XYZ0.920.622.08-
YUV19.08139.81132.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 40 (16.02% from 255) = 51.95%
R=32.47%
G=15.58%
B=51.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2512400.380.7000.84267.8653.8510.2
Hex19C28264605410c36a
Octal3114504610601244146612
Binary1100111001010001001101000110010101001000011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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