Html Css Color HEX #19073B Blackcurrant

📋 copy color: '#19073B'

red 25 ◦ green 7 ◦ blue 59

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

Shades of Blackcurrant #19073B

Tints of Blackcurrant #19073B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

 BLUE value IS 59 (23.44% from 255) = 64.84%

R = 27.47%
G = 7.69%
B = 64.84%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19073B (or 0x19073B) is known color: Blackcurrant. HEX triplet: 19, 07 and 3B. RGB value is (25,7,59). Sum of RGB (Red+Green+Blue) = 25+7+59=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 59 (23.44% from 255 or 64.84% from 91); Max value from RGB is 59 - color contains mainly: blue. Hex color #19073B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19073B is #E6F8C4. Grayscale: #121212. Windows color (decimal): -15136965 or 3868441. OLE color: 3868441.

HSL color Cylindrical-coordinate representation of color #19073B: hue angle of 260.77º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19073B is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 7 59 -
CMYK 0.58 0.88 0 0.77
HSL 260.77º 0.79% 0.13% -
HSV(B) 260.77º 0.88% 0.23% -
XYZ 1.27 0.67 4.2 -
YUV 18.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 25 7 59 0.58 0.88 0 0.77 260.77 0.79 0.13
Hex 19 7 3B 3A 58 0 4D 105 4F D
Octal 31 7 73 72 130 0 115 405 117 15
Binary 11001 111 111011 111010 1011000 0 1001101 100000101 1001111 1101

Color Harmonies of #19073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19073B

Black with #19073B

Text Example


Text Example

White with #19073B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,7,59); }

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

background-color css

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

 a { background-color: rgb(25,7,59); }

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

border-color css

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

 span { border-color: rgb(25,7,59); }

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