Html Css Color HEX #13091A Blackcurrant

📋 copy color: '#13091A'

red 19 ◦ green 9 ◦ blue 26

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

Shades of Blackcurrant #13091A

Tints of Blackcurrant #13091A

RGB

 RED value IS 19 (7.81% from 255) = 35.19%

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

 BLUE value IS 26 (10.55% from 255) = 48.15%

R = 35.19%
G = 16.67%
B = 48.15%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#13091A (or 0x13091A) is known color: Blackcurrant. HEX triplet: 13, 09 and 1A. RGB value is (19,9,26). Sum of RGB (Red+Green+Blue) = 19+9+26=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #13091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13091A is #ECF6E5. Grayscale: #0D0D0D. Windows color (decimal): -15529702 or 1706259. OLE color: 1706259.

HSL color Cylindrical-coordinate representation of color #13091A: hue angle of 275.29º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13091A is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 9 26 -
CMYK 0.27 0.65 0 0.90
HSL 275.29º 0.49% 0.07% -
HSV(B) 275.29º 0.65% 0.1% -
XYZ 0.55 0.41 1.03 -
YUV 13.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 19 9 26 0.27 0.65 0 0.90 275.29 0.49 0.07
Hex 13 9 1A 1B 41 0 5A 113 31 7
Octal 23 11 32 33 101 0 132 423 61 7
Binary 10011 1001 11010 11011 1000001 0 1011010 100010011 110001 111

Color Harmonies of #13091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13091A

Black with #13091A

Text Example


Text Example

White with #13091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13091A; }

 p { color: rgb(19,9,26); }

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

background-color css

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

 a { background-color: rgb(19,9,26); }

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

border-color css

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

 span { border-color: rgb(19,9,26); }

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