Html Css Color HEX #13091D Blackcurrant

📋 copy color: '#13091D'

red 19 ◦ green 9 ◦ blue 29

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

Shades of Blackcurrant #13091D

Tints of Blackcurrant #13091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 50.88%

R = 33.33%
G = 15.79%
B = 50.88%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13091D (or 0x13091D) is known color: Blackcurrant. HEX triplet: 13, 09 and 1D. RGB value is (19,9,29). Sum of RGB (Red+Green+Blue) = 19+9+29=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #13091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13091D is #ECF6E2. Grayscale: #0E0E0E. Windows color (decimal): -15529699 or 1902867. OLE color: 1902867.

HSL color Cylindrical-coordinate representation of color #13091D: hue angle of 270º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13091D is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 9 29 -
CMYK 0.34 0.69 0 0.89
HSL 270º 0.53% 0.07% -
HSV(B) 270º 0.69% 0.11% -
XYZ 0.59 0.42 1.21 -
YUV 14.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 19 9 29 0.34 0.69 0 0.89 270 0.53 0.07
Hex 13 9 1D 22 45 0 59 10E 35 7
Octal 23 11 35 42 105 0 131 416 65 7
Binary 10011 1001 11101 100010 1000101 0 1011001 100001110 110101 111

Color Harmonies of #13091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13091D

Black with #13091D

Text Example


Text Example

White with #13091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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