#13091C

Color #13091C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #13091C

Tints of Blackcurrant #13091C

Color information

#13091C (or 0x13091C) is unknown color: approx Blackcurrant. HEX triplet: 13, 09 and 1C. RGB value is (19,9,28). Sum of RGB (Red+Green+Blue) = 19+9+28=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #13091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13091C is #ECF6E3. Grayscale: #0E0E0E. Windows color (decimal): -15529700 or 1837331. OLE color: 1837331.

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

Color convert

RGB19928-
CMYK0.320.6800.89
HSL271.58º51.35%7.25%-
HSV(B)271.58º67.86%10.98%-
XYZ0.580.421.15-
YUV14.16135.81131.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 28 (11.33% from 255) = 50%
R=33.93%
G=16.07%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal199280.320.6800.89271.5851.357.25
Hex1391C2044059110337
Octal231134401040131420637
Binary10011100111100100000100010001011001100010000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13091C;
 }
 .AnyTagClassName
 {
   color: #13091C;
 }
</style>
background-color css

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

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

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

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

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

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