Html Css Color HEX #190125 Blackcurrant

📋 copy color: '#190125'

red 25 ◦ green 1 ◦ blue 37

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

Shades of Blackcurrant #190125

Tints of Blackcurrant #190125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.59%

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

R = 39.68%
G = 1.59%
B = 58.73%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190125 (or 0x190125) is known color: Blackcurrant. HEX triplet: 19, 01 and 25. RGB value is (25,1,37). Sum of RGB (Red+Green+Blue) = 25+1+37=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #190125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190125 is #E6FEDA. Grayscale: #0C0C0C. Windows color (decimal): -15138523 or 2425113. OLE color: 2425113.

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

Color convert

RGB 25 1 37 -
CMYK 0.32 0.97 0 0.85
HSL 280º 0.95% 0.07% -
HSV(B) 280º 0.97% 0.15% -
XYZ 0.75 0.36 1.78 -
YUV 12.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 25 1 37 0.32 0.97 0 0.85 280 0.95 0.07
Hex 19 1 25 20 61 0 55 118 5F 7
Octal 31 1 45 40 141 0 125 430 137 7
Binary 11001 1 100101 100000 1100001 0 1010101 100011000 1011111 111

Color Harmonies of #190125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190125

Black with #190125

Text Example


Text Example

White with #190125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190125; }

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

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

background-color css

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

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

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

border-color css

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

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

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