Html Css Color HEX #19032F Blackcurrant

📋 copy color: '#19032F'

red 25 ◦ green 3 ◦ blue 47

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

Shades of Blackcurrant #19032F

Tints of Blackcurrant #19032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 62.67%

R = 33.33%
G = 4%
B = 62.67%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19032F (or 0x19032F) is known color: Blackcurrant. HEX triplet: 19, 03 and 2F. RGB value is (25,3,47). Sum of RGB (Red+Green+Blue) = 25+3+47=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #19032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19032F is #E6FCD0. Grayscale: #0E0E0E. Windows color (decimal): -15138001 or 3080985. OLE color: 3080985.

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

Color convert

RGB 25 3 47 -
CMYK 0.47 0.94 0 0.82
HSL 270º 0.88% 0.1% -
HSV(B) 270º 0.94% 0.18% -
XYZ 0.95 0.48 2.73 -
YUV 14.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 25 3 47 0.47 0.94 0 0.82 270 0.88 0.1
Hex 19 3 2F 2F 5E 0 52 10E 58 A
Octal 31 3 57 57 136 0 122 416 130 12
Binary 11001 11 101111 101111 1011110 0 1010010 100001110 1011000 1010

Color Harmonies of #19032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19032F

Black with #19032F

Text Example


Text Example

White with #19032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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