#190B2C

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

Shades of Blackcurrant #190B2C

Tints of Blackcurrant #190B2C

Color information

#190B2C (or 0x190B2C) is unknown color: approx Blackcurrant. HEX triplet: 19, 0B and 2C. RGB value is (25,11,44). Sum of RGB (Red+Green+Blue) = 25+11+44=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #190B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B2C is #E6F4D3. Grayscale: #121212. Windows color (decimal): -15135956 or 2886425. OLE color: 2886425.

HSL color Cylindrical-coordinate representation of color #190B2C: hue angle of 265.45º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #190B2C is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB251144-
CMYK0.430.7500.83
HSL265.45º60%10.78%-
HSV(B)265.45º75%17.25%-
XYZ0.980.632.45-
YUV18.95142.14132.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 44 (17.58% from 255) = 55%
R=31.25%
G=13.75%
B=55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2511440.430.7500.83265.456010.78
Hex19B2C2B4B0531093cb
Octal3113545311301234117413
Binary1100110111011001010111001011010100111000010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,11,44); }

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

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

 a { background-color: rgb(25,11,44); }

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

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

 span { border-color: rgb(25,11,44); }

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