Html Css Color HEX #190925 Blackcurrant

📋 copy color: '#190925'

red 25 ◦ green 9 ◦ blue 37

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

Shades of Blackcurrant #190925

Tints of Blackcurrant #190925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.68%

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

R = 35.21%
G = 12.68%
B = 52.11%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190925 (or 0x190925) is known color: Blackcurrant. HEX triplet: 19, 09 and 25. RGB value is (25,9,37). Sum of RGB (Red+Green+Blue) = 25+9+37=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #190925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190925 is #E6F6DA. Grayscale: #101010. Windows color (decimal): -15136475 or 2427161. OLE color: 2427161.

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

Color convert

RGB 25 9 37 -
CMYK 0.32 0.76 0 0.85
HSL 274.29º 0.61% 0.09% -
HSV(B) 274.29º 0.76% 0.15% -
XYZ 0.83 0.54 1.81 -
YUV 16.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 25 9 37 0.32 0.76 0 0.85 274.29 0.61 0.09
Hex 19 9 25 20 4C 0 55 112 3D 9
Octal 31 11 45 40 114 0 125 422 75 11
Binary 11001 1001 100101 100000 1001100 0 1010101 100010010 111101 1001

Color Harmonies of #190925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190925

Black with #190925

Text Example


Text Example

White with #190925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190925; }

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

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

background-color css

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

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

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

border-color css

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

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

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