Html Css Color HEX #190B30 Blackcurrant

📋 copy color: '#190B30'

red 25 ◦ green 11 ◦ blue 48

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

Shades of Blackcurrant #190B30

Tints of Blackcurrant #190B30

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.1%

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

R = 29.76%
G = 13.1%
B = 57.14%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#190B30 (or 0x190B30) is known color: Blackcurrant. HEX triplet: 19, 0B and 30. RGB value is (25,11,48). Sum of RGB (Red+Green+Blue) = 25+11+48=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #190B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B30 is #E6F4CF. Grayscale: #131313. Windows color (decimal): -15135952 or 3148569. OLE color: 3148569.

HSL color Cylindrical-coordinate representation of color #190B30: hue angle of 262.7º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #190B30 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 11 48 -
CMYK 0.48 0.77 0 0.81
HSL 262.7º 0.63% 0.12% -
HSV(B) 262.7º 0.77% 0.19% -
XYZ 1.05 0.66 2.87 -
YUV 19.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 25 11 48 0.48 0.77 0 0.81 262.7 0.63 0.12
Hex 19 B 30 30 4D 0 51 107 3F C
Octal 31 13 60 60 115 0 121 407 77 14
Binary 11001 1011 110000 110000 1001101 0 1010001 100000111 111111 1100

Color Harmonies of #190B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190B30

Black with #190B30

Text Example


Text Example

White with #190B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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