#19052F

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

Shades of Blackcurrant #19052F

Tints of Blackcurrant #19052F

Color information

#19052F (or 0x19052F) is unknown color: approx Blackcurrant. HEX triplet: 19, 05 and 2F. RGB value is (25,5,47). Sum of RGB (Red+Green+Blue) = 25+5+47=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #19052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19052F is #E6FAD0. Grayscale: #0F0F0F. Windows color (decimal): -15137489 or 3081497. OLE color: 3081497.

HSL color Cylindrical-coordinate representation of color #19052F: hue angle of 268.57º degrees, saturation: 0.81, 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 #19052F is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB25547-
CMYK0.470.8900.82
HSL268.57º80.77%10.2%-
HSV(B)268.57º89.36%18.43%-
XYZ0.970.522.74-
YUV15.77145.63134.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=32.47%
G=6.49%
B=61.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal255470.470.8900.82268.5780.7710.2
Hex1952F2F5905210d51a
Octal3155757131012241512112
Binary1100110110111110111110110010101001010000110110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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