Html Css Color HEX #19033D Blackcurrant

📋 copy color: '#19033D'

red 25 ◦ green 3 ◦ blue 61

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

Shades of Blackcurrant #19033D

Tints of Blackcurrant #19033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 68.54%

R = 28.09%
G = 3.37%
B = 68.54%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19033D (or 0x19033D) is known color: Blackcurrant. HEX triplet: 19, 03 and 3D. RGB value is (25,3,61). Sum of RGB (Red+Green+Blue) = 25+3+61=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #19033D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19033D is #E6FCC2. Grayscale: #0F0F0F. Windows color (decimal): -15137987 or 3998489. OLE color: 3998489.

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

Color convert

RGB 25 3 61 -
CMYK 0.59 0.95 0 0.76
HSL 262.76º 0.91% 0.13% -
HSV(B) 262.76º 0.95% 0.24% -
XYZ 1.28 0.61 4.47 -
YUV 16.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 25 3 61 0.59 0.95 0 0.76 262.76 0.91 0.13
Hex 19 3 3D 3B 5F 0 4C 107 5B D
Octal 31 3 75 73 137 0 114 407 133 15
Binary 11001 11 111101 111011 1011111 0 1001100 100000111 1011011 1101

Color Harmonies of #19033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19033D

Black with #19033D

Text Example


Text Example

White with #19033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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