Html Css Color HEX #190430 Blackcurrant

📋 copy color: '#190430'

red 25 ◦ green 4 ◦ blue 48

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

Shades of Blackcurrant #190430

Tints of Blackcurrant #190430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.19%

 BLUE value IS 48 (19.14% from 255) = 62.34%

R = 32.47%
G = 5.19%
B = 62.34%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#190430 (or 0x190430) is known color: Blackcurrant. HEX triplet: 19, 04 and 30. RGB value is (25,4,48). Sum of RGB (Red+Green+Blue) = 25+4+48=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #190430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190430 is #E6FBCF. Grayscale: #0F0F0F. Windows color (decimal): -15137744 or 3146777. OLE color: 3146777.

HSL color Cylindrical-coordinate representation of color #190430: hue angle of 268.64º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190430 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 4 48 -
CMYK 0.48 0.92 0 0.81
HSL 268.64º 0.85% 0.1% -
HSV(B) 268.64º 0.92% 0.19% -
XYZ 0.98 0.51 2.84 -
YUV 15.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 25 4 48 0.48 0.92 0 0.81 268.64 0.85 0.1
Hex 19 4 30 30 5C 0 51 10D 55 A
Octal 31 4 60 60 134 0 121 415 125 12
Binary 11001 100 110000 110000 1011100 0 1010001 100001101 1010101 1010

Color Harmonies of #190430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190430

Black with #190430

Text Example


Text Example

White with #190430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190430; }

 p { color: rgb(25,4,48); }

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

background-color css

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

 a { background-color: rgb(25,4,48); }

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

border-color css

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

 span { border-color: rgb(25,4,48); }

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