Html Css Color HEX #190026 Blackcurrant

📋 copy color: '#190026'

red 25 ◦ green 0 ◦ blue 38

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

Shades of Blackcurrant #190026

Tints of Blackcurrant #190026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.68%
G = 0%
B = 60.32%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190026 (or 0x190026) is known color: Blackcurrant. HEX triplet: 19, 00 and 26. RGB value is (25,0,38). Sum of RGB (Red+Green+Blue) = 25+0+38=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 38 (15.23% from 255 or 60.32% from 63); Max value from RGB is 38 - color contains mainly: blue. Hex color #190026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190026 is #E6FFD9. Grayscale: #0B0B0B. Windows color (decimal): -15138778 or 2490393. OLE color: 2490393.

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

Color convert

RGB 25 0 38 -
CMYK 0.34 1 0 0.85
HSL 279.47º 1% 0.07% -
HSV(B) 279.47º 1% 0.15% -
XYZ 0.75 0.35 1.86 -
YUV 11.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 25 0 38 0.34 1 0 0.85 279.47 1 0.07
Hex 19 0 26 22 64 0 55 117 64 7
Octal 31 0 46 42 144 0 125 427 144 7
Binary 11001 0 100110 100010 1100100 0 1010101 100010111 1100100 111

Color Harmonies of #190026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190026

Black with #190026

Text Example


Text Example

White with #190026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190026; }

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

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

background-color css

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

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

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

border-color css

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

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

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