Html Css Color HEX #19032E Blackcurrant

📋 copy color: '#19032E'

red 25 ◦ green 3 ◦ blue 46

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

Shades of Blackcurrant #19032E

Tints of Blackcurrant #19032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.05%

 BLUE value IS 46 (18.36% from 255) = 62.16%

R = 33.78%
G = 4.05%
B = 62.16%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19032E (or 0x19032E) is known color: Blackcurrant. HEX triplet: 19, 03 and 2E. RGB value is (25,3,46). Sum of RGB (Red+Green+Blue) = 25+3+46=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #19032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19032E is #E6FCD1. Grayscale: #0E0E0E. Windows color (decimal): -15138002 or 3015449. OLE color: 3015449.

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

Color convert

RGB 25 3 46 -
CMYK 0.46 0.93 0 0.82
HSL 270.7º 0.88% 0.1% -
HSV(B) 270.7º 0.93% 0.18% -
XYZ 0.93 0.47 2.63 -
YUV 14.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 25 3 46 0.46 0.93 0 0.82 270.7 0.88 0.1
Hex 19 3 2E 2E 5D 0 52 10F 58 A
Octal 31 3 56 56 135 0 122 417 130 12
Binary 11001 11 101110 101110 1011101 0 1010010 100001111 1011000 1010

Color Harmonies of #19032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19032E

Black with #19032E

Text Example


Text Example

White with #19032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19032E;
 }
 .AnyTagClassName
 {
   color: #19032E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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