Html Css Color HEX #19023C Blackcurrant

📋 copy color: '#19023C'

red 25 ◦ green 2 ◦ blue 60

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

Shades of Blackcurrant #19023C

Tints of Blackcurrant #19023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 68.97%

R = 28.74%
G = 2.3%
B = 68.97%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19023C (or 0x19023C) is known color: Blackcurrant. HEX triplet: 19, 02 and 3C. RGB value is (25,2,60). Sum of RGB (Red+Green+Blue) = 25+2+60=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #19023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19023C is #E6FDC3. Grayscale: #0F0F0F. Windows color (decimal): -15138244 or 3932697. OLE color: 3932697.

HSL color Cylindrical-coordinate representation of color #19023C: hue angle of 263.79º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19023C is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 2 60 -
CMYK 0.58 0.97 0 0.76
HSL 263.79º 0.94% 0.12% -
HSV(B) 263.79º 0.97% 0.24% -
XYZ 1.24 0.58 4.32 -
YUV 15.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 25 2 60 0.58 0.97 0 0.76 263.79 0.94 0.12
Hex 19 2 3C 3A 61 0 4C 108 5E C
Octal 31 2 74 72 141 0 114 410 136 14
Binary 11001 10 111100 111010 1100001 0 1001100 100001000 1011110 1100

Color Harmonies of #19023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19023C

Black with #19023C

Text Example


Text Example

White with #19023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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