Html Css Color HEX #19053A Blackcurrant

📋 copy color: '#19053A'

red 25 ◦ green 5 ◦ blue 58

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

Shades of Blackcurrant #19053A

Tints of Blackcurrant #19053A

RGB

 RED value IS 25 (10.16% from 255) = 28.41%

 GREEN value IS 5 (2.34% from 255) = 5.68%

 BLUE value IS 58 (23.05% from 255) = 65.91%

R = 28.41%
G = 5.68%
B = 65.91%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19053A (or 0x19053A) is known color: Blackcurrant. HEX triplet: 19, 05 and 3A. RGB value is (25,5,58). Sum of RGB (Red+Green+Blue) = 25+5+58=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #19053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19053A is #E6FAC5. Grayscale: #101010. Windows color (decimal): -15137478 or 3802393. OLE color: 3802393.

HSL color Cylindrical-coordinate representation of color #19053A: hue angle of 262.64º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19053A is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 5 58 -
CMYK 0.57 0.91 0 0.77
HSL 262.64º 0.84% 0.12% -
HSV(B) 262.64º 0.91% 0.23% -
XYZ 1.22 0.62 4.06 -
YUV 17.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 25 5 58 0.57 0.91 0 0.77 262.64 0.84 0.12
Hex 19 5 3A 39 5B 0 4D 107 54 C
Octal 31 5 72 71 133 0 115 407 124 14
Binary 11001 101 111010 111001 1011011 0 1001101 100000111 1010100 1100

Color Harmonies of #19053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19053A

Black with #19053A

Text Example


Text Example

White with #19053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19053A; }

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

 H1.HeaderClassName
 {
   color: #19053A;
 }
 .AnyTagClassName
 {
   color: #19053A;
 }
</style>

background-color css

<style>
 a { background-color: #19053A; }

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

 div.DivClassName
 {
   background-color: #19053A;
 }
 .BgClassName
 {
   background-color: #19053A;
 }
</style>

border-color css

<style>
 span { border-color: #19053A; }

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

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