#13061F

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

Shades of Blackcurrant #13061F

Tints of Blackcurrant #13061F

Color information

#13061F (or 0x13061F) is unknown color: approx Blackcurrant. HEX triplet: 13, 06 and 1F. RGB value is (19,6,31). Sum of RGB (Red+Green+Blue) = 19+6+31=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #13061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13061F is #ECF9E0. Grayscale: #0C0C0C. Windows color (decimal): -15530465 or 2033171. OLE color: 2033171.

HSL color Cylindrical-coordinate representation of color #13061F: hue angle of 271.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13061F is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB19631-
CMYK0.390.8100.88
HSL271.2º67.57%7.25%-
HSV(B)271.2º80.65%12.16%-
XYZ0.580.371.34-
YUV12.74138.31132.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 6 (2.73% from 255) = 10.71%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=33.93%
G=10.71%
B=55.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal196310.390.8100.88271.267.577.25
Hex1361F275105810f447
Octal236374712101304171047
Binary10011110111111001111010001010110001000011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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