#190B2A

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

Shades of Blackcurrant #190B2A

Tints of Blackcurrant #190B2A

Color information

#190B2A (or 0x190B2A) is unknown color: approx Blackcurrant. HEX triplet: 19, 0B and 2A. RGB value is (25,11,42). Sum of RGB (Red+Green+Blue) = 25+11+42=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #190B2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B2A is #E6F4D5. Grayscale: #121212. Windows color (decimal): -15135958 or 2755353. OLE color: 2755353.

HSL color Cylindrical-coordinate representation of color #190B2A: hue angle of 267.1º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #190B2A is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB251142-
CMYK0.400.7400.84
HSL267.1º58.49%10.39%-
HSV(B)267.1º73.81%16.47%-
XYZ0.940.612.26-
YUV18.72141.14132.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 42 (16.80% from 255) = 53.85%
R=32.05%
G=14.10%
B=53.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2511420.400.7400.84267.158.4910.39
Hex19B2A284A05410b3aa
Octal3113525011201244137212
Binary1100110111010101010001001010010101001000010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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