Html Css Color HEX #19033C Blackcurrant

📋 copy color: '#19033C'

red 25 ◦ green 3 ◦ blue 60

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

Shades of Blackcurrant #19033C

Tints of Blackcurrant #19033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.41%

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

R = 28.41%
G = 3.41%
B = 68.18%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19033C (or 0x19033C) is known color: Blackcurrant. HEX triplet: 19, 03 and 3C. RGB value is (25,3,60). Sum of RGB (Red+Green+Blue) = 25+3+60=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #19033C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19033C is #E6FCC3. Grayscale: #0F0F0F. Windows color (decimal): -15137988 or 3932953. OLE color: 3932953.

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

Color convert

RGB 25 3 60 -
CMYK 0.58 0.95 0 0.76
HSL 263.16º 0.9% 0.12% -
HSV(B) 263.16º 0.95% 0.24% -
XYZ 1.25 0.6 4.32 -
YUV 16.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 25 3 60 0.58 0.95 0 0.76 263.16 0.9 0.12
Hex 19 3 3C 3A 5F 0 4C 107 5A C
Octal 31 3 74 72 137 0 114 407 132 14
Binary 11001 11 111100 111010 1011111 0 1001100 100000111 1011010 1100

Color Harmonies of #19033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19033C

Black with #19033C

Text Example


Text Example

White with #19033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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