Html Css Color HEX #190526 Blackcurrant

📋 copy color: '#190526'

red 25 ◦ green 5 ◦ blue 38

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

Shades of Blackcurrant #190526

Tints of Blackcurrant #190526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.35%

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

R = 36.76%
G = 7.35%
B = 55.88%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190526 (or 0x190526) is known color: Blackcurrant. HEX triplet: 19, 05 and 26. RGB value is (25,5,38). Sum of RGB (Red+Green+Blue) = 25+5+38=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #190526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190526 is #E6FAD9. Grayscale: #0E0E0E. Windows color (decimal): -15137498 or 2491673. OLE color: 2491673.

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

Color convert

RGB 25 5 38 -
CMYK 0.34 0.87 0 0.85
HSL 276.36º 0.77% 0.08% -
HSV(B) 276.36º 0.87% 0.15% -
XYZ 0.81 0.46 1.88 -
YUV 14.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 25 5 38 0.34 0.87 0 0.85 276.36 0.77 0.08
Hex 19 5 26 22 57 0 55 114 4D 8
Octal 31 5 46 42 127 0 125 424 115 10
Binary 11001 101 100110 100010 1010111 0 1010101 100010100 1001101 1000

Color Harmonies of #190526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190526

Black with #190526

Text Example


Text Example

White with #190526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190526; }

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

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

background-color css

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

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

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

border-color css

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

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

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