Html Css Color HEX #19012B Blackcurrant

📋 copy color: '#19012B'

red 25 ◦ green 1 ◦ blue 43

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

Shades of Blackcurrant #19012B

Tints of Blackcurrant #19012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 62.32%

R = 36.23%
G = 1.45%
B = 62.32%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19012B (or 0x19012B) is known color: Blackcurrant. HEX triplet: 19, 01 and 2B. RGB value is (25,1,43). Sum of RGB (Red+Green+Blue) = 25+1+43=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #19012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19012B is #E6FED4. Grayscale: #0C0C0C. Windows color (decimal): -15138517 or 2818329. OLE color: 2818329.

HSL color Cylindrical-coordinate representation of color #19012B: hue angle of 274.29º degrees, saturation: 0.95, 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 #19012B is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 25 1 43 -
CMYK 0.42 0.98 0 0.83
HSL 274.29º 0.95% 0.09% -
HSV(B) 274.29º 0.98% 0.17% -
XYZ 0.85 0.4 2.32 -
YUV 12.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 25 1 43 0.42 0.98 0 0.83 274.29 0.95 0.09
Hex 19 1 2B 2A 62 0 53 112 5F 9
Octal 31 1 53 52 142 0 123 422 137 11
Binary 11001 1 101011 101010 1100010 0 1010011 100010010 1011111 1001

Color Harmonies of #19012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19012B

Black with #19012B

Text Example


Text Example

White with #19012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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