Html Css Color HEX #19092C Blackcurrant

📋 copy color: '#19092C'

red 25 ◦ green 9 ◦ blue 44

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

Shades of Blackcurrant #19092C

Tints of Blackcurrant #19092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.54%

 BLUE value IS 44 (17.58% from 255) = 56.41%

R = 32.05%
G = 11.54%
B = 56.41%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#19092C (or 0x19092C) is known color: Blackcurrant. HEX triplet: 19, 09 and 2C. RGB value is (25,9,44). Sum of RGB (Red+Green+Blue) = 25+9+44=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #19092C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19092C is #E6F6D3. Grayscale: #111111. Windows color (decimal): -15136468 or 2885913. OLE color: 2885913.

HSL color Cylindrical-coordinate representation of color #19092C: hue angle of 267.43º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19092C is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 25 9 44 -
CMYK 0.43 0.80 0 0.83
HSL 267.43º 0.66% 0.1% -
HSV(B) 267.43º 0.8% 0.17% -
XYZ 0.95 0.58 2.45 -
YUV 17.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 25 9 44 0.43 0.80 0 0.83 267.43 0.66 0.1
Hex 19 9 2C 2B 50 0 53 10B 42 A
Octal 31 11 54 53 120 0 123 413 102 12
Binary 11001 1001 101100 101011 1010000 0 1010011 100001011 1000010 1010

Color Harmonies of #19092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19092C

Black with #19092C

Text Example


Text Example

White with #19092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19092C; }

 p { color: rgb(25,9,44); }

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

background-color css

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

 a { background-color: rgb(25,9,44); }

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

border-color css

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

 span { border-color: rgb(25,9,44); }

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