#13012D

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

Shades of Blackcurrant #13012D

Tints of Blackcurrant #13012D

Color information

#13012D (or 0x13012D) is unknown color: approx Blackcurrant. HEX triplet: 13, 01 and 2D. RGB value is (19,1,45). Sum of RGB (Red+Green+Blue) = 19+1+45=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #13012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13012D is #ECFED2. Grayscale: #0B0B0B. Windows color (decimal): -15531731 or 2949395. OLE color: 2949395.

HSL color Cylindrical-coordinate representation of color #13012D: hue angle of 264.55º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13012D is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB19145-
CMYK0.580.9800.82
HSL264.55º95.65%9.02%-
HSV(B)264.55º97.78%17.65%-
XYZ0.750.352.51-
YUV11.4146.96133.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 45 (17.97% from 255) = 69.23%
R=29.23%
G=1.54%
B=69.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal191450.580.9800.82264.5595.659.02
Hex1312D3A62052109609
Octal2315572142012241114011
Binary10011110110111101011000100101001010000100111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13012D; }

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

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

<style>
 a { background-color: #13012D; }

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

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

<style>
 span { border-color: #13012D; }

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

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