Html Css Color HEX #19002E Blackcurrant

📋 copy color: '#19002E'

red 25 ◦ green 0 ◦ blue 46

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

Shades of Blackcurrant #19002E

Tints of Blackcurrant #19002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 64.79%

R = 35.21%
G = 0%
B = 64.79%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19002E (or 0x19002E) is known color: Blackcurrant. HEX triplet: 19, 00 and 2E. RGB value is (25,0,46). Sum of RGB (Red+Green+Blue) = 25+0+46=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #19002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19002E is #E6FFD1. Grayscale: #0C0C0C. Windows color (decimal): -15138770 or 3014681. OLE color: 3014681.

HSL color Cylindrical-coordinate representation of color #19002E: hue angle of 272.61º 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 #19002E is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 25 0 46 -
CMYK 0.46 1 0 0.82
HSL 272.61º 1% 0.09% -
HSV(B) 272.61º 1% 0.18% -
XYZ 0.89 0.4 2.62 -
YUV 12.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 25 0 46 0.46 1 0 0.82 272.61 1 0.09
Hex 19 0 2E 2E 64 0 52 111 64 9
Octal 31 0 56 56 144 0 122 421 144 11
Binary 11001 0 101110 101110 1100100 0 1010010 100010001 1100100 1001

Color Harmonies of #19002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19002E

Black with #19002E

Text Example


Text Example

White with #19002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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