Html Css Color HEX #19013D Blackcurrant

📋 copy color: '#19013D'

red 25 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #19013D

Tints of Blackcurrant #19013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.15%

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

R = 28.74%
G = 1.15%
B = 70.11%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19013D (or 0x19013D) is known color: Blackcurrant. HEX triplet: 19, 01 and 3D. RGB value is (25,1,61). Sum of RGB (Red+Green+Blue) = 25+1+61=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #19013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19013D is #E6FEC2. Grayscale: #0E0E0E. Windows color (decimal): -15138499 or 3997977. OLE color: 3997977.

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

Color convert

RGB 25 1 61 -
CMYK 0.59 0.98 0 0.76
HSL 264º 0.97% 0.12% -
HSV(B) 264º 0.98% 0.24% -
XYZ 1.25 0.57 4.46 -
YUV 15.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 25 1 61 0.59 0.98 0 0.76 264 0.97 0.12
Hex 19 1 3D 3B 62 0 4C 108 61 C
Octal 31 1 75 73 142 0 114 410 141 14
Binary 11001 1 111101 111011 1100010 0 1001100 100001000 1100001 1100

Color Harmonies of #19013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19013D

Black with #19013D

Text Example


Text Example

White with #19013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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