Html Css Color HEX #190325 Blackcurrant

📋 copy color: '#190325'

red 25 ◦ green 3 ◦ blue 37

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

Shades of Blackcurrant #190325

Tints of Blackcurrant #190325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.62%

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

R = 38.46%
G = 4.62%
B = 56.92%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#190325 (or 0x190325) is known color: Blackcurrant. HEX triplet: 19, 03 and 25. RGB value is (25,3,37). Sum of RGB (Red+Green+Blue) = 25+3+37=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #190325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190325 is #E6FCDA. Grayscale: #0D0D0D. Windows color (decimal): -15138011 or 2425625. OLE color: 2425625.

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

Color convert

RGB 25 3 37 -
CMYK 0.32 0.92 0 0.85
HSL 278.82º 0.85% 0.08% -
HSV(B) 278.82º 0.92% 0.15% -
XYZ 0.77 0.41 1.79 -
YUV 13.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 25 3 37 0.32 0.92 0 0.85 278.82 0.85 0.08
Hex 19 3 25 20 5C 0 55 117 55 8
Octal 31 3 45 40 134 0 125 427 125 10
Binary 11001 11 100101 100000 1011100 0 1010101 100010111 1010101 1000

Color Harmonies of #190325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190325

Black with #190325

Text Example


Text Example

White with #190325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190325; }

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

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

background-color css

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

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

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

border-color css

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

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

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