#13032B

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

Shades of Blackcurrant #13032B

Tints of Blackcurrant #13032B

Color information

#13032B (or 0x13032B) is unknown color: approx Blackcurrant. HEX triplet: 13, 03 and 2B. RGB value is (19,3,43). Sum of RGB (Red+Green+Blue) = 19+3+43=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #13032B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13032B is #ECFCD4. Grayscale: #0C0C0C. Windows color (decimal): -15531221 or 2818835. OLE color: 2818835.

HSL color Cylindrical-coordinate representation of color #13032B: hue angle of 264º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13032B is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB19343-
CMYK0.560.9300.83
HSL264º86.96%9.02%-
HSV(B)264º93.02%16.86%-
XYZ0.740.382.32-
YUV12.34145.3132.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 3 (1.56% from 255) = 4.62%
BLUE value IS 43 (17.19% from 255) = 66.15%
R=29.23%
G=4.62%
B=66.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal193430.560.9300.8326486.969.02
Hex1332B385D053108579
Octal2335370135012341012711
Binary100111110101111100010111010101001110000100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,3,43); }

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

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

 a { background-color: rgb(19,3,43); }

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

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

 span { border-color: rgb(19,3,43); }

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