Html Css Color HEX #190326 Blackcurrant

📋 copy color: '#190326'

red 25 ◦ green 3 ◦ blue 38

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

Shades of Blackcurrant #190326

Tints of Blackcurrant #190326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.55%

 BLUE value IS 38 (15.23% from 255) = 57.58%

R = 37.88%
G = 4.55%
B = 57.58%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190326 (or 0x190326) is known color: Blackcurrant. HEX triplet: 19, 03 and 26. RGB value is (25,3,38). Sum of RGB (Red+Green+Blue) = 25+3+38=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #190326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190326 is #E6FCD9. Grayscale: #0D0D0D. Windows color (decimal): -15138010 or 2491161. OLE color: 2491161.

HSL color Cylindrical-coordinate representation of color #190326: hue angle of 277.71º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190326 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 3 38 -
CMYK 0.34 0.92 0 0.85
HSL 277.71º 0.85% 0.08% -
HSV(B) 277.71º 0.92% 0.15% -
XYZ 0.78 0.41 1.87 -
YUV 13.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 25 3 38 0.34 0.92 0 0.85 277.71 0.85 0.08
Hex 19 3 26 22 5C 0 55 116 55 8
Octal 31 3 46 42 134 0 125 426 125 10
Binary 11001 11 100110 100010 1011100 0 1010101 100010110 1010101 1000

Color Harmonies of #190326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190326

Black with #190326

Text Example


Text Example

White with #190326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190326; }

 p { color: rgb(25,3,38); }

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

background-color css

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

 a { background-color: rgb(25,3,38); }

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

border-color css

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

 span { border-color: rgb(25,3,38); }

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