#13061B

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

Shades of Blackcurrant #13061B

Tints of Blackcurrant #13061B

Color information

#13061B (or 0x13061B) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 1B. RGB value is (19,6,27). Sum of RGB (Red+Green+Blue) = 19+6+27=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #13061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13061B is #ECF9E4. Grayscale: #0C0C0C. Windows color (decimal): -15530469 or 1771027. OLE color: 1771027.

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

Color convert

RGB19627-
CMYK0.300.7800.89
HSL277.14º63.64%6.47%-
HSV(B)277.14º77.78%10.59%-
XYZ0.530.351.08-
YUV12.28136.31132.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 6 (2.73% from 255) = 11.54%
BLUE value IS 27 (10.94% from 255) = 51.92%
R=36.54%
G=11.54%
B=51.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal196270.300.7800.89277.1463.646.47
Hex1361B1E4E059115406
Octal236333611601314251006
Binary1001111011011111101001110010110011000101011000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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