Html Css Color HEX #19003D Blackcurrant

📋 copy color: '#19003D'

red 25 ◦ green 0 ◦ blue 61

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

Shades of Blackcurrant #19003D

Tints of Blackcurrant #19003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.07%
G = 0%
B = 70.93%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19003D (or 0x19003D) is known color: Blackcurrant. HEX triplet: 19, 00 and 3D. RGB value is (25,0,61). Sum of RGB (Red+Green+Blue) = 25+0+61=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #19003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19003D is #E6FFC2. Grayscale: #0E0E0E. Windows color (decimal): -15138755 or 3997721. OLE color: 3997721.

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

Color convert

RGB 25 0 61 -
CMYK 0.59 1 0 0.76
HSL 264.59º 1% 0.12% -
HSV(B) 264.59º 1% 0.24% -
XYZ 1.24 0.54 4.45 -
YUV 14.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 25 0 61 0.59 1 0 0.76 264.59 1 0.12
Hex 19 0 3D 3B 64 0 4C 109 64 C
Octal 31 0 75 73 144 0 114 411 144 14
Binary 11001 0 111101 111011 1100100 0 1001100 100001001 1100100 1100

Color Harmonies of #19003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19003D

Black with #19003D

Text Example


Text Example

White with #19003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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