Html Css Color HEX #191125 Blackcurrant

📋 copy color: '#191125'

red 25 ◦ green 17 ◦ blue 37

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

Shades of Blackcurrant #191125

Tints of Blackcurrant #191125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.52%

 BLUE value IS 37 (14.84% from 255) = 46.84%

R = 31.65%
G = 21.52%
B = 46.84%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#191125 (or 0x191125) is known color: Blackcurrant. HEX triplet: 19, 11 and 25. RGB value is (25,17,37). Sum of RGB (Red+Green+Blue) = 25+17+37=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #191125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191125 is #E6EEDA. Grayscale: #151515. Windows color (decimal): -15134427 or 2429209. OLE color: 2429209.

HSL color Cylindrical-coordinate representation of color #191125: hue angle of 264º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #191125 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 17 37 -
CMYK 0.32 0.54 0 0.85
HSL 264º 0.37% 0.11% -
HSV(B) 264º 0.54% 0.15% -
XYZ 0.94 0.74 1.84 -
YUV 21.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 25 17 37 0.32 0.54 0 0.85 264 0.37 0.11
Hex 19 11 25 20 36 0 55 108 25 B
Octal 31 21 45 40 66 0 125 410 45 13
Binary 11001 10001 100101 100000 110110 0 1010101 100001000 100101 1011

Color Harmonies of #191125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191125

Black with #191125

Text Example


Text Example

White with #191125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191125; }

 p { color: rgb(25,17,37); }

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

background-color css

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

 a { background-color: rgb(25,17,37); }

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

border-color css

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

 span { border-color: rgb(25,17,37); }

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