Html Css Color HEX #190730 Blackcurrant

📋 copy color: '#190730'

red 25 ◦ green 7 ◦ blue 48

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

Shades of Blackcurrant #190730

Tints of Blackcurrant #190730

RGB

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

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

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

R = 31.25%
G = 8.75%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#190730 (or 0x190730) is known color: Blackcurrant. HEX triplet: 19, 07 and 30. RGB value is (25,7,48). Sum of RGB (Red+Green+Blue) = 25+7+48=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #190730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190730 is #E6F8CF. Grayscale: #101010. Windows color (decimal): -15136976 or 3147545. OLE color: 3147545.

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

Color convert

RGB 25 7 48 -
CMYK 0.48 0.85 0 0.81
HSL 266.34º 0.75% 0.11% -
HSV(B) 266.34º 0.85% 0.19% -
XYZ 1.01 0.57 2.85 -
YUV 17.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 25 7 48 0.48 0.85 0 0.81 266.34 0.75 0.11
Hex 19 7 30 30 55 0 51 10A 4B B
Octal 31 7 60 60 125 0 121 412 113 13
Binary 11001 111 110000 110000 1010101 0 1010001 100001010 1001011 1011

Color Harmonies of #190730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190730

Black with #190730

Text Example


Text Example

White with #190730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190730; }

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

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

background-color css

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

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

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

border-color css

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

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

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