Html Css Color HEX #19052B Blackcurrant

📋 copy color: '#19052B'

red 25 ◦ green 5 ◦ blue 43

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

Shades of Blackcurrant #19052B

Tints of Blackcurrant #19052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 58.9%

R = 34.25%
G = 6.85%
B = 58.9%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19052B (or 0x19052B) is known color: Blackcurrant. HEX triplet: 19, 05 and 2B. RGB value is (25,5,43). Sum of RGB (Red+Green+Blue) = 25+5+43=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #19052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19052B is #E6FAD4. Grayscale: #0F0F0F. Windows color (decimal): -15137493 or 2819353. OLE color: 2819353.

HSL color Cylindrical-coordinate representation of color #19052B: hue angle of 271.58º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19052B is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 25 5 43 -
CMYK 0.42 0.88 0 0.83
HSL 271.58º 0.79% 0.09% -
HSV(B) 271.58º 0.88% 0.17% -
XYZ 0.89 0.49 2.33 -
YUV 15.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 25 5 43 0.42 0.88 0 0.83 271.58 0.79 0.09
Hex 19 5 2B 2A 58 0 53 110 4F 9
Octal 31 5 53 52 130 0 123 420 117 11
Binary 11001 101 101011 101010 1011000 0 1010011 100010000 1001111 1001

Color Harmonies of #19052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19052B

Black with #19052B

Text Example


Text Example

White with #19052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19052B; }

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

 H1.HeaderClassName
 {
   color: #19052B;
 }
 .AnyTagClassName
 {
   color: #19052B;
 }
</style>

background-color css

<style>
 a { background-color: #19052B; }

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

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

border-color css

<style>
 span { border-color: #19052B; }

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

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