Html Css Color HEX #19002D Blackcurrant

📋 copy color: '#19002D'

red 25 ◦ green 0 ◦ blue 45

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

Shades of Blackcurrant #19002D

Tints of Blackcurrant #19002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 64.29%

R = 35.71%
G = 0%
B = 64.29%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19002D (or 0x19002D) is known color: Blackcurrant. HEX triplet: 19, 00 and 2D. RGB value is (25,0,45). Sum of RGB (Red+Green+Blue) = 25+0+45=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #19002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19002D is #E6FFD2. Grayscale: #0C0C0C. Windows color (decimal): -15138771 or 2949145. OLE color: 2949145.

HSL color Cylindrical-coordinate representation of color #19002D: hue angle of 273.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19002D is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 25 0 45 -
CMYK 0.44 1 0 0.82
HSL 273.33º 1% 0.09% -
HSV(B) 273.33º 1% 0.18% -
XYZ 0.87 0.4 2.51 -
YUV 12.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 25 0 45 0.44 1 0 0.82 273.33 1 0.09
Hex 19 0 2D 2C 64 0 52 111 64 9
Octal 31 0 55 54 144 0 122 421 144 11
Binary 11001 0 101101 101100 1100100 0 1010010 100010001 1100100 1001

Color Harmonies of #19002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19002D

Black with #19002D

Text Example


Text Example

White with #19002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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