Html Css Color HEX #19082A Blackcurrant

📋 copy color: '#19082A'

red 25 ◦ green 8 ◦ blue 42

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

Shades of Blackcurrant #19082A

Tints of Blackcurrant #19082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.67%

 BLUE value IS 42 (16.8% from 255) = 56%

R = 33.33%
G = 10.67%
B = 56%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#19082A (or 0x19082A) is known color: Blackcurrant. HEX triplet: 19, 08 and 2A. RGB value is (25,8,42). Sum of RGB (Red+Green+Blue) = 25+8+42=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #19082A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19082A is #E6F7D5. Grayscale: #101010. Windows color (decimal): -15136726 or 2754585. OLE color: 2754585.

HSL color Cylindrical-coordinate representation of color #19082A: hue angle of 270º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19082A is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 8 42 -
CMYK 0.40 0.81 0 0.84
HSL 270º 0.68% 0.1% -
HSV(B) 270º 0.81% 0.16% -
XYZ 0.91 0.55 2.25 -
YUV 16.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 25 8 42 0.40 0.81 0 0.84 270 0.68 0.1
Hex 19 8 2A 28 51 0 54 10E 44 A
Octal 31 10 52 50 121 0 124 416 104 12
Binary 11001 1000 101010 101000 1010001 0 1010100 100001110 1000100 1010

Color Harmonies of #19082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19082A

Black with #19082A

Text Example


Text Example

White with #19082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19082A; }

 p { color: rgb(25,8,42); }

 H1.HeaderClassName
 {
   color: #19082A;
 }
 .AnyTagClassName
 {
   color: #19082A;
 }
</style>

background-color css

<style>
 a { background-color: #19082A; }

 a { background-color: rgb(25,8,42); }

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

border-color css

<style>
 span { border-color: #19082A; }

 span { border-color: rgb(25,8,42); }

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