Html Css Color HEX #19023A Blackcurrant

📋 copy color: '#19023A'

red 25 ◦ green 2 ◦ blue 58

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

Shades of Blackcurrant #19023A

Tints of Blackcurrant #19023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

 BLUE value IS 58 (23.05% from 255) = 68.24%

R = 29.41%
G = 2.35%
B = 68.24%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19023A (or 0x19023A) is known color: Blackcurrant. HEX triplet: 19, 02 and 3A. RGB value is (25,2,58). Sum of RGB (Red+Green+Blue) = 25+2+58=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #19023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19023A is #E6FDC5. Grayscale: #0F0F0F. Windows color (decimal): -15138246 or 3801625. OLE color: 3801625.

HSL color Cylindrical-coordinate representation of color #19023A: hue angle of 264.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19023A is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 2 58 -
CMYK 0.57 0.97 0 0.77
HSL 264.64º 0.93% 0.12% -
HSV(B) 264.64º 0.97% 0.23% -
XYZ 1.19 0.56 4.05 -
YUV 15.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 25 2 58 0.57 0.97 0 0.77 264.64 0.93 0.12
Hex 19 2 3A 39 61 0 4D 109 5D C
Octal 31 2 72 71 141 0 115 411 135 14
Binary 11001 10 111010 111001 1100001 0 1001101 100001001 1011101 1100

Color Harmonies of #19023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19023A

Black with #19023A

Text Example


Text Example

White with #19023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19023A; }

 p { color: rgb(25,2,58); }

 H1.HeaderClassName
 {
   color: #19023A;
 }
 .AnyTagClassName
 {
   color: #19023A;
 }
</style>

background-color css

<style>
 a { background-color: #19023A; }

 a { background-color: rgb(25,2,58); }

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

border-color css

<style>
 span { border-color: #19023A; }

 span { border-color: rgb(25,2,58); }

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