Html Css Color HEX #19052F Blackcurrant

📋 copy color: '#19052F'

red 25 ◦ green 5 ◦ blue 47

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

Shades of Blackcurrant #19052F

Tints of Blackcurrant #19052F

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

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

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

RGB 25 5 47 -
CMYK 0.47 0.89 0 0.82
HSL 268.57º 0.81% 0.1% -
HSV(B) 268.57º 0.89% 0.18% -
XYZ 0.97 0.52 2.74 -
YUV 15.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 25 5 47 0.47 0.89 0 0.82 268.57 0.81 0.1
Hex 19 5 2F 2F 59 0 52 10D 51 A
Octal 31 5 57 57 131 0 122 415 121 12
Binary 11001 101 101111 101111 1011001 0 1010010 100001101 1010001 1010

Color Harmonies of #19052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19052F

Black with #19052F

Text Example


Text Example

White with #19052F

Text Example


Text Example

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