Html Css Color HEX #190725 Blackcurrant

📋 copy color: '#190725'

red 25 ◦ green 7 ◦ blue 37

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

Shades of Blackcurrant #190725

Tints of Blackcurrant #190725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.14%

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

R = 36.23%
G = 10.14%
B = 53.62%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190725 (or 0x190725) is known color: Blackcurrant. HEX triplet: 19, 07 and 25. RGB value is (25,7,37). Sum of RGB (Red+Green+Blue) = 25+7+37=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #190725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190725 is #E6F8DA. Grayscale: #0F0F0F. Windows color (decimal): -15136987 or 2426649. OLE color: 2426649.

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

Color convert

RGB 25 7 37 -
CMYK 0.32 0.81 0 0.85
HSL 276º 0.68% 0.09% -
HSV(B) 276º 0.81% 0.15% -
XYZ 0.81 0.49 1.8 -
YUV 15.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 25 7 37 0.32 0.81 0 0.85 276 0.68 0.09
Hex 19 7 25 20 51 0 55 114 44 9
Octal 31 7 45 40 121 0 125 424 104 11
Binary 11001 111 100101 100000 1010001 0 1010101 100010100 1000100 1001

Color Harmonies of #190725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190725

Black with #190725

Text Example


Text Example

White with #190725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190725; }

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

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

background-color css

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

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

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

border-color css

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

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

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