Html Css Color HEX #13091B Blackcurrant

📋 copy color: '#13091B'

red 19 ◦ green 9 ◦ blue 27

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

Shades of Blackcurrant #13091B

Tints of Blackcurrant #13091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 49.09%

R = 34.55%
G = 16.36%
B = 49.09%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13091B (or 0x13091B) is known color: Blackcurrant. HEX triplet: 13, 09 and 1B. RGB value is (19,9,27). Sum of RGB (Red+Green+Blue) = 19+9+27=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #13091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13091B is #ECF6E4. Grayscale: #0D0D0D. Windows color (decimal): -15529701 or 1771795. OLE color: 1771795.

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

Color convert

RGB 19 9 27 -
CMYK 0.30 0.67 0 0.89
HSL 273.33º 0.5% 0.07% -
HSV(B) 273.33º 0.67% 0.11% -
XYZ 0.56 0.41 1.09 -
YUV 14.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 19 9 27 0.30 0.67 0 0.89 273.33 0.5 0.07
Hex 13 9 1B 1E 43 0 59 111 32 7
Octal 23 11 33 36 103 0 131 421 62 7
Binary 10011 1001 11011 11110 1000011 0 1011001 100010001 110010 111

Color Harmonies of #13091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13091B

Black with #13091B

Text Example


Text Example

White with #13091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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