#19052E

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

Shades of Blackcurrant #19052E

Tints of Blackcurrant #19052E

Color information

#19052E (or 0x19052E) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 2E. RGB value is (25,5,46). Sum of RGB (Red+Green+Blue) = 25+5+46=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #19052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19052E is #E6FAD1. Grayscale: #0F0F0F. Windows color (decimal): -15137490 or 3015961. OLE color: 3015961.

HSL color Cylindrical-coordinate representation of color #19052E: hue angle of 269.27º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19052E is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB25546-
CMYK0.460.8900.82
HSL269.27º80.39%10%-
HSV(B)269.27º89.13%18.04%-
XYZ0.950.512.63-
YUV15.65145.13134.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 46 (18.36% from 255) = 60.53%
R=32.89%
G=6.58%
B=60.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal255460.460.8900.82269.2780.3910
Hex1952E2E5905210d50a
Octal3155656131012241512012
Binary1100110110111010111010110010101001010000110110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19052E; }

 p { color: rgb(25,5,46); }

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

<style>
 a { background-color: #19052E; }

 a { background-color: rgb(25,5,46); }

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

<style>
 span { border-color: #19052E; }

 span { border-color: rgb(25,5,46); }

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