Html Css Color HEX #19012C Blackcurrant

📋 copy color: '#19012C'

red 25 ◦ green 1 ◦ blue 44

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

Shades of Blackcurrant #19012C

Tints of Blackcurrant #19012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 62.86%

R = 35.71%
G = 1.43%
B = 62.86%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19012C (or 0x19012C) is known color: Blackcurrant. HEX triplet: 19, 01 and 2C. RGB value is (25,1,44). Sum of RGB (Red+Green+Blue) = 25+1+44=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #19012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19012C is #E6FED3. Grayscale: #0C0C0C. Windows color (decimal): -15138516 or 2883865. OLE color: 2883865.

HSL color Cylindrical-coordinate representation of color #19012C: hue angle of 273.49º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19012C is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 25 1 44 -
CMYK 0.43 0.98 0 0.83
HSL 273.49º 0.96% 0.09% -
HSV(B) 273.49º 0.98% 0.17% -
XYZ 0.87 0.41 2.42 -
YUV 13.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 25 1 44 0.43 0.98 0 0.83 273.49 0.96 0.09
Hex 19 1 2C 2B 62 0 53 111 60 9
Octal 31 1 54 53 142 0 123 421 140 11
Binary 11001 1 101100 101011 1100010 0 1010011 100010001 1100000 1001

Color Harmonies of #19012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19012C

Black with #19012C

Text Example


Text Example

White with #19012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19012C; }

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

 H1.HeaderClassName
 {
   color: #19012C;
 }
 .AnyTagClassName
 {
   color: #19012C;
 }
</style>

background-color css

<style>
 a { background-color: #19012C; }

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

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

border-color css

<style>
 span { border-color: #19012C; }

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

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