Html Css Color HEX #190025 Blackcurrant

📋 copy color: '#190025'

red 25 ◦ green 0 ◦ blue 37

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

Shades of Blackcurrant #190025

Tints of Blackcurrant #190025

RGB

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

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

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

R = 40.32%
G = 0%
B = 59.68%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190025 (or 0x190025) is known color: Blackcurrant. HEX triplet: 19, 00 and 25. RGB value is (25,0,37). Sum of RGB (Red+Green+Blue) = 25+0+37=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #190025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190025 is #E6FFDA. Grayscale: #0B0B0B. Windows color (decimal): -15138779 or 2424857. OLE color: 2424857.

HSL color Cylindrical-coordinate representation of color #190025: hue angle of 280.54º 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 #190025 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 0 37 -
CMYK 0.32 1 0 0.85
HSL 280.54º 1% 0.07% -
HSV(B) 280.54º 1% 0.15% -
XYZ 0.73 0.34 1.78 -
YUV 11.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 25 0 37 0.32 1 0 0.85 280.54 1 0.07
Hex 19 0 25 20 64 0 55 119 64 7
Octal 31 0 45 40 144 0 125 431 144 7
Binary 11001 0 100101 100000 1100100 0 1010101 100011001 1100100 111

Color Harmonies of #190025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190025

Black with #190025

Text Example


Text Example

White with #190025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190025; }

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

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

background-color css

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

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

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

border-color css

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

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

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