Html Css Color HEX #190A1C Blackcurrant

📋 copy color: '#190A1C'

red 25 ◦ green 10 ◦ blue 28

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

Shades of Blackcurrant #190A1C

Tints of Blackcurrant #190A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.87%

 BLUE value IS 28 (11.33% from 255) = 44.44%

R = 39.68%
G = 15.87%
B = 44.44%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#190A1C (or 0x190A1C) is known color: Blackcurrant. HEX triplet: 19, 0A and 1C. RGB value is (25,10,28). Sum of RGB (Red+Green+Blue) = 25+10+28=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #190A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190A1C is #E6F5E3. Grayscale: #101010. Windows color (decimal): -15136228 or 1837593. OLE color: 1837593.

HSL color Cylindrical-coordinate representation of color #190A1C: hue angle of 290º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190A1C is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 10 28 -
CMYK 0.11 0.64 0 0.89
HSL 290º 0.47% 0.07% -
HSV(B) 290º 0.64% 0.11% -
XYZ 0.72 0.51 1.16 -
YUV 16.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 25 10 28 0.11 0.64 0 0.89 290 0.47 0.07
Hex 19 A 1C B 40 0 59 122 2F 7
Octal 31 12 34 13 100 0 131 442 57 7
Binary 11001 1010 11100 1011 1000000 0 1011001 100100010 101111 111

Color Harmonies of #190A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190A1C

Black with #190A1C

Text Example


Text Example

White with #190A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,10,28); }

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

background-color css

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

 a { background-color: rgb(25,10,28); }

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

border-color css

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

 span { border-color: rgb(25,10,28); }

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