Html Css Color HEX #19012F Blackcurrant

📋 copy color: '#19012F'

red 25 ◦ green 1 ◦ blue 47

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

Shades of Blackcurrant #19012F

Tints of Blackcurrant #19012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 64.38%

R = 34.25%
G = 1.37%
B = 64.38%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19012F (or 0x19012F) is known color: Blackcurrant. HEX triplet: 19, 01 and 2F. RGB value is (25,1,47). Sum of RGB (Red+Green+Blue) = 25+1+47=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #19012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19012F is #E6FED0. Grayscale: #0D0D0D. Windows color (decimal): -15138513 or 3080473. OLE color: 3080473.

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

Color convert

RGB 25 1 47 -
CMYK 0.47 0.98 0 0.82
HSL 271.3º 0.96% 0.09% -
HSV(B) 271.3º 0.98% 0.18% -
XYZ 0.92 0.43 2.72 -
YUV 13.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 25 1 47 0.47 0.98 0 0.82 271.3 0.96 0.09
Hex 19 1 2F 2F 62 0 52 10F 60 9
Octal 31 1 57 57 142 0 122 417 140 11
Binary 11001 1 101111 101111 1100010 0 1010010 100001111 1100000 1001

Color Harmonies of #19012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19012F

Black with #19012F

Text Example


Text Example

White with #19012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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