Html Css Color HEX #19052E Blackcurrant

📋 copy color: '#19052E'

red 25 ◦ green 5 ◦ blue 46

#19052E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #19052E

Tints of Blackcurrant #19052E

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 value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19052E (or 0x19052E) is known color: 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

RGB 25 5 46 -
CMYK 0.46 0.89 0 0.82
HSL 269.27º 0.8% 0.1% -
HSV(B) 269.27º 0.89% 0.18% -
XYZ 0.95 0.51 2.63 -
YUV 15.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 25 5 46 0.46 0.89 0 0.82 269.27 0.8 0.1
Hex 19 5 2E 2E 59 0 52 10D 50 A
Octal 31 5 56 56 131 0 122 415 120 12
Binary 11001 101 101110 101110 1011001 0 1010010 100001101 1010000 1010

Color Harmonies of #19052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19052E

Black with #19052E

Text Example


Text Example

White with #19052E

Text Example


Text Example

HTML Codes & Css Web 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>