#13013B

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

Shades of Blackcurrant #13013B

Tints of Blackcurrant #13013B

Color information

#13013B (or 0x13013B) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 3B. RGB value is (19,1,59). Sum of RGB (Red+Green+Blue) = 19+1+59=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 59 (23.44% from 255 or 74.68% from 79); Max value from RGB is 59 - color contains mainly: blue. Hex color #13013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13013B is #ECFEC4. Grayscale: #0C0C0C. Windows color (decimal): -15531717 or 3866899. OLE color: 3866899.

HSL color Cylindrical-coordinate representation of color #13013B: hue angle of 258.62º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13013B is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB19159-
CMYK0.680.9800.77
HSL258.62º96.67%11.76%-
HSV(B)258.62º98.31%23.14%-
XYZ1.070.484.17-
YUV12.99153.96132.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 59 (23.44% from 255) = 74.68%
R=24.05%
G=1.27%
B=74.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal191590.680.9800.77258.6296.6711.76
Hex1313B446204D10361c
Octal23173104142011540314114
Binary100111111011100010011000100100110110000001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,1,59); }

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

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

 a { background-color: rgb(19,1,59); }

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

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

 span { border-color: rgb(19,1,59); }

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