Html Css Color HEX #190E28 Blackcurrant

📋 copy color: '#190E28'

red 25 ◦ green 14 ◦ blue 40

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

Shades of Blackcurrant #190E28

Tints of Blackcurrant #190E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.72%

 BLUE value IS 40 (16.02% from 255) = 50.63%

R = 31.65%
G = 17.72%
B = 50.63%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#190E28 (or 0x190E28) is known color: Blackcurrant. HEX triplet: 19, 0E and 28. RGB value is (25,14,40). Sum of RGB (Red+Green+Blue) = 25+14+40=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #190E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190E28 is #E6F1D7. Grayscale: #141414. Windows color (decimal): -15135192 or 2625049. OLE color: 2625049.

HSL color Cylindrical-coordinate representation of color #190E28: hue angle of 265.38º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #190E28 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 25 14 40 -
CMYK 0.38 0.65 0 0.84
HSL 265.38º 0.48% 0.11% -
HSV(B) 265.38º 0.65% 0.16% -
XYZ 0.94 0.67 2.09 -
YUV 20.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 25 14 40 0.38 0.65 0 0.84 265.38 0.48 0.11
Hex 19 E 28 26 41 0 54 109 30 B
Octal 31 16 50 46 101 0 124 411 60 13
Binary 11001 1110 101000 100110 1000001 0 1010100 100001001 110000 1011

Color Harmonies of #190E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190E28

Black with #190E28

Text Example


Text Example

White with #190E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,14,40); }

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

background-color css

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

 a { background-color: rgb(25,14,40); }

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

border-color css

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

 span { border-color: rgb(25,14,40); }

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