#19082C

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

Shades of Blackcurrant #19082C

Tints of Blackcurrant #19082C

Color information

#19082C (or 0x19082C) is unknown color: approx Blackcurrant. HEX triplet: 19, 08 and 2C. RGB value is (25,8,44). Sum of RGB (Red+Green+Blue) = 25+8+44=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #19082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19082C is #E6F7D3. Grayscale: #111111. Windows color (decimal): -15136724 or 2885657. OLE color: 2885657.

HSL color Cylindrical-coordinate representation of color #19082C: hue angle of 268.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19082C is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB25844-
CMYK0.430.8200.83
HSL268.33º69.23%10.2%-
HSV(B)268.33º81.82%17.25%-
XYZ0.940.562.44-
YUV17.19143.13133.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 44 (17.58% from 255) = 57.14%
R=32.47%
G=10.39%
B=57.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal258440.430.8200.83268.3369.2310.2
Hex1982C2B5205310c45a
Octal31105453122012341410512
Binary11001100010110010101110100100101001110000110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19082C; }

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

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

<style>
 a { background-color: #19082C; }

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

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

<style>
 span { border-color: #19082C; }

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

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