Html Css Color HEX #191025 Blackcurrant

📋 copy color: '#191025'

red 25 ◦ green 16 ◦ blue 37

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

Shades of Blackcurrant #191025

Tints of Blackcurrant #191025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.51%

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

R = 32.05%
G = 20.51%
B = 47.44%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#191025 (or 0x191025) is known color: Blackcurrant. HEX triplet: 19, 10 and 25. RGB value is (25,16,37). Sum of RGB (Red+Green+Blue) = 25+16+37=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #191025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191025 is #E6EFDA. Grayscale: #151515. Windows color (decimal): -15134683 or 2428953. OLE color: 2428953.

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

Color convert

RGB 25 16 37 -
CMYK 0.32 0.57 0 0.85
HSL 265.71º 0.4% 0.1% -
HSV(B) 265.71º 0.57% 0.15% -
XYZ 0.92 0.71 1.84 -
YUV 21.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 25 16 37 0.32 0.57 0 0.85 265.71 0.4 0.1
Hex 19 10 25 20 39 0 55 10A 28 A
Octal 31 20 45 40 71 0 125 412 50 12
Binary 11001 10000 100101 100000 111001 0 1010101 100001010 101000 1010

Color Harmonies of #191025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191025

Black with #191025

Text Example


Text Example

White with #191025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191025; }

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

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

background-color css

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

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

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

border-color css

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

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

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