Html Css Color HEX #19022C Blackcurrant

📋 copy color: '#19022C'

red 25 ◦ green 2 ◦ blue 44

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

Shades of Blackcurrant #19022C

Tints of Blackcurrant #19022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.82%

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

R = 35.21%
G = 2.82%
B = 61.97%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19022C (or 0x19022C) is known color: Blackcurrant. HEX triplet: 19, 02 and 2C. RGB value is (25,2,44). Sum of RGB (Red+Green+Blue) = 25+2+44=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #19022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19022C is #E6FDD3. Grayscale: #0D0D0D. Windows color (decimal): -15138260 or 2884121. OLE color: 2884121.

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

Color convert

RGB 25 2 44 -
CMYK 0.43 0.95 0 0.83
HSL 272.86º 0.91% 0.09% -
HSV(B) 272.86º 0.95% 0.17% -
XYZ 0.88 0.43 2.42 -
YUV 13.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 25 2 44 0.43 0.95 0 0.83 272.86 0.91 0.09
Hex 19 2 2C 2B 5F 0 53 111 5B 9
Octal 31 2 54 53 137 0 123 421 133 11
Binary 11001 10 101100 101011 1011111 0 1010011 100010001 1011011 1001

Color Harmonies of #19022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19022C

Black with #19022C

Text Example


Text Example

White with #19022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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